Emulator-x86.exe Has Stopped Working After Lauching
Solution 1:
Here is how I solved in a laptop with Windows 10 + HAXM enabled, to run the default "Nexus 5 API 23 x86" Device.
My laptop has 2 video cards, the integrated Intel HD 3000 and a GeForce 525M. On NVIDIA Control Panel, switch "Preferred graphics processor" to Auto-select or Integrated graphics.
The emulator doesn't work here when I set the NVIDIA GPU as preferred.
Solution 2:
Check this path C:\Users\Username.android\avd** in this edit the file **emulator-user & set the window.x = 0 window.y = 0
Hope it helps
Solution 3:
Create the hdpi virtual device like Nexus S 4.0 480x800 hdpi.
In AVD Manager, Select your device which is stopped. And click the edit in the right side of the wizard. It shows the options and features of your current device like ROM size, Internal and External Storage etc. Uncheck the Use Host GPU.
In that wizard select Show Advanced Settings -> Memory and Storage -> RAM: 764MB VM heap: 32MB Internal Storage: 200MB
Change these settings and restart your Android Studio
Post a Comment for "Emulator-x86.exe Has Stopped Working After Lauching"