6

I am trying to setup android kitkat 4.4 emulator using AVD manager. I see an option to choose API level but I dont see a compatible device under the device list. If i try using Nexus 10, the emulator runs but just doesnt display anything. So, while I was checking stackoverflow, I knew many people are running emulators like this one:

Where is Soft Buttons on KitKat Emulator?

But whats the problem in mine? I did give it enough properties so that it would work fine(like VM space), but I know that Kitkat can work on memory constrained devices also (as seen in dev bytes on youtube), so I guess thats not a problem. In short how do I setup an emulator specifically for Android phones(not tablets) preferably for google nexus 5. Any guidance or help would be greatly appreciated.

Community
  • 1
  • 1
uLYsseus
  • 995
  • 6
  • 16
  • 37

2 Answers2

21

I set up my emulator like in the picture below and it works. Especially "Use Host GPU" option seems to help.

enter image description here

Szymon
  • 42,577
  • 16
  • 96
  • 114
3

Just my two cents on this question, I've found that the following settings worked for me

  • Internal storage to 200MiB
  • RAM to 256
  • Heap to 32

Same settings as above otherwise.

dgarbacz
  • 962
  • 1
  • 7
  • 17