0

In Eclipse, with Android Device Manager menu for setting emulation framework according to these procedure https://developer.android.com/training/basics/firstapp/running-app.html, I get following error

enter image description here

I have config this way.

enter image description here

What should i use as CPU/ABI ? With Nexus 7, default is RAM 1024. Why is there the error message then ?

This is not working either

enter image description here

tshepang
  • 12,111
  • 21
  • 91
  • 136
kiriloff
  • 25,609
  • 37
  • 148
  • 229

2 Answers2

1

The warning is there because you are trying to emulate MORE than 768MB of RAM, so you might want to set it to 768 or 512. Also the CPU looks good.

Huxley
  • 127
  • 4
  • even with 512 cannot launch; click on OK, nothing happens and OK is immediately clickable again.thanks – kiriloff Mar 17 '14 at 21:45
  • That's strange. I configured an AVD the same way you did and it works. Did you try to start the AVD as administrator? – Huxley Mar 17 '14 at 21:53
  • You also find the AVD Manager as an *.exe file in your Android SDK directory in the sdk folder(.../AndroidSDK/sdk/AVD Manager.exe). And then just right click on it and run it as Administrator. – Huxley Mar 18 '14 at 07:18
0

It is not an error it is a warning. Windows is not friendly with allocating ram to the emulator. If it crashes and gives you a failed to allocate memory error the simplest solution is to just lower the amount of ram given to the emulator.

seanEP
  • 13
  • 3
  • even with 512 cannot launch; click on OK, nothing happens and OK is immediately clickable again.thanks – kiriloff Mar 17 '14 at 21:53