Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top