Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nexux 10 emulator/avd not running/starting [duplicate]

I am trying to create the Android emulator for Nexus 10 using latest ADT (21) and SDK tools. I have the below configurations for Nexus 10 AVD.

Screen Size - 10 inches
Resolution - 2560 X 1600
Screen Size - xlarge
Screen Density - Xhdpi
Screen ratio - long

RAM - 512 (Not able to set 1024 emulator crash)

But once AVD is created, it does not load Android; it just shows a black screen. My system is 32 bit Intel Core i3 with 4 GB RAM.

like image 665
nilMoBile Avatar asked Nov 23 '12 17:11

nilMoBile


People also ask

Why is my AVD not working?

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization. 3) Restart Android Studio and then try to start the AVD again.

Why emulator is not opening?

If the Android Emulator does not start properly, this problem is often related to discovering that your application's minimum SDK is higher than your emulator SDK. If that's not the case, make sure you have HAXM installer on your SDK Manager.


1 Answers

The problem is with monitor, LCD (or any other display device you are using) or graphic card. Nexus 10 has gigantic screen density, how could it be displayed or replicated on a lower screen density screen. Edit on proposal of

  • Krishnabhadra

To get it working you must match your screen resolution with the scale-down resolution of the emulator. Before running an emulator a dialog-window appears in which its ask the user to set emulator screen size and pixel ratio (screen density scaled to the display device). Make sure you select the current screen resolution.

like image 62
Fahad Ishaque Avatar answered Nov 05 '22 13:11

Fahad Ishaque