Installation Attempt
Android Emulator
home top contents previous up next




The only solution was:
kill -9  `ps -ef | grep android | grep -v grep | awk '{print $2}'`

bs: 
echo `ps -ef | grep android | grep -v grep`
1000 902 1 10 19:46 pts/0 00:04:46 /home/naladchik/z/android/android-sdk-linux/tools/emulator-arm -avd x




Copyright (C) 2011 Konstantin Kirillov. MIT License