Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse AVD Nexus 5 emulator not working

I'm trying to run a nexus 5 emulator in Eclipse AVD but I get a blank screen, I tried Nexus 4 emulation and it works fine, but not Nexus 5 for some reason. I tried this on multiple computers.

This is just running an emulator with no project, so it's not a code issue.

Please advise. Thanks

like image 343
Mankind1023 Avatar asked Apr 22 '14 15:04

Mankind1023


People also ask

How do I fix an error opening emulator?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

How do I fix the emulator process for AVD has terminated?

1. Create any Emulator configuration in Device Manager, start it, won't start and terminates immediately. 2. Uninstall Android Emulator tools from SDK Manager, re-install the same tools, create emulator configuration, start the same, won't start and terminates immediately.

Why is my Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


2 Answers

I had the same issue. You probably have no skin defined. Adding a skin, such as WVGA800, solved this for me.

like image 167
GJ. Avatar answered Sep 21 '22 15:09

GJ.


Check this out. You might find something similar.

You should try lowering ram of the AVD if you don't have enough in your pc to support the created avd

By the way I have never managed to make the nexus 10 AVD work in my laptop. It needs a stronger machine probably

edit

too much ram probably

like image 32
magmike Avatar answered Sep 25 '22 15:09

magmike