Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The process com.android.phone has stopped unexpectedly. Please try again

Whenever I run an Android emulator, I've got these errors such that it's impossible to work with it at all:

The process com.android.phone has stopped unexpectedly. Please try again.

The process com.android.acore has stopped unexpectedly. Please try again.

Or

 The application has stopped unexpectedly

The emulator's got all memory it needs (as far as I know):

enter image description here

UPDATE: There is no log information in logcat.

enter image description here

like image 376
Alan Coromano Avatar asked Jun 02 '13 02:06

Alan Coromano


1 Answers

I just ran across this myself. Looks like you have to delete your virtual device and reload it.

http://www.redips.net/android/emulator-phone-stopped-unexpectedly/

like image 179
PWiggin Avatar answered Nov 09 '22 05:11

PWiggin