- Open crosh by
Alt
+Ctrl
+T
- Enter
shell
- In the green prompt, enter
sudo su
- In the red type the following two commands:
ids=$(ps -ef | awk '$1 ~ /android+/ || $1 ~ /^arc.+$/' | awk '{print $2}')
kill -9 $ids
This should kill all android processes including open apps. You may now try starting any app (example: Play Store) to restart the android container.