Search This Blog

Monday, September 16, 2019

Android Emulator: Process finished with exit code -1073741819

the solution that works for me was

  1. find your avd folder.(If your using Windows OS, the default path is C:\Users\USER_NAME\ .android\avd\YOUR_VIRTUAL_DEVICE_NAME.avd)
  2. open the file config.ini
  3. find hw.gpu.mode and set it to off (hw.gpu.mode=off)
  4. launch the AVD manager
  5. launch your virtual device.


reinstall emulator + haxm didnt worked for me only the above.

enjoy 
Yaniv Tzanany

1 comment:

Anonymous said...

thankyou!