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

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top