Skip to content Skip to sidebar Skip to footer

Emulator-arm.exe Has Stopped Working

What am i going to do if my emulator has stopped working? It displays this in the problem details: Problem signature: Problem Event Name: APPCRASH Application Name: emul

Solution 1:

AVD manager -> select your AVD -> click Edit -> Uncheck Use Host GPU worked for me

Solution 2:

Try reducing the amount of RAM configured for the Android Virtual Device.

Android Virtual Device Manager->Select AVD->Edit->Memory Options->

Solution 3:

Its beacause of may be RAM error. Do this. This work for me.

  1. Close emulator
  2. Go into AVD folder (eg. C:\Users\username.android\avd\phone.avd)
  3. open config.ini file

    modify disk.dataPartition.size from M to MB, suppose its value is 512M then change it to 512MB

    do same for hw.ramSize from 512M to 512MB

    If you have storage sd card then also change sdcard.size from 10M to 10MB

  4. Start emulator again. You must do this for all your emulators.

Post a Comment for "Emulator-arm.exe Has Stopped Working"