Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator generates a very annoying error

It happens from time to time and really annoying. The system and application which I'm trying to test are still working, but the message prevents me from testing and it is annoying because happens from time to time. The message says: The process android.process.acore has stopped unexpectedly. Please try again.

Emulator's target name: "Google APIs (Google inc.)" OS version: 15 (4.0.3)

like image 487
Alexander Taran Avatar asked Feb 21 '12 16:02

Alexander Taran


4 Answers

A few possibilities:

1) After you see the error, wait a few seconds then right click the project and run as Android application again (on the same, running emulator)

2) Try deleting and then creating a new AVD. This one may have been corrupted.

3) Uninstall and then reinstall the whole SDK

If none of these work, try running through this answer

like image 94
koopaking3 Avatar answered Oct 19 '22 01:10

koopaking3


I had the same problem with Android 4.0 I think that you run the AVD with the default settings. The problem in this case is that there is not enough memory for AVD that run Android 4.0. Try to increase the device memory. You can see how to do this on the snapshot below: enter image description here

like image 20
Yury Avatar answered Oct 19 '22 02:10

Yury


You have to follow some steps:

  1. Open your android virtual device and edit device which is giving probem.
  2. After click on edit, edit following settings:
    1. Change your RAM memory to 1024
    2. Virtual heap 32
    3. Internal storage 200 mb
    4. External storage 64 mb
  3. Your problem is now solved. Close the opened emulator and restart it again.
like image 31
user1893728 Avatar answered Oct 19 '22 01:10

user1893728


I have faced the same issue after i had upgraded my system to i7 and 64 bit windows 7..

I had tried shutting down and recreating emulators without any success.

later I just increased the heap size from 16 to 32 and it started working like anything.

like image 1
DeltaCap019 Avatar answered Oct 19 '22 00:10

DeltaCap019