Android emulator doesn't work properly

只谈情不闲聊 提交于 2019-12-06 08:46:19

The emulator is slow becasue it is, of all things, emulating a completely different architecture (arm), and if it's the first time you've started it it has to create the memory file toi emulate the SD card you told it was there.

My bet would be that you simply didn't wait long enough for it to boot up.

You can save yourself some time by checking the option to save snapshots and start from them (it'll save you start time after the first time at least). Another emulator speed-up is to open your run configuration for whatever app you are going to run, click on the "Target" tab, and check the box to "Disable Boot Animation".

The Emulator must be booting. Just waiting for it. The time is depending on your machine.

Or you might want to look at the GPU support that comes with the new SDK. It's much faster http://android-developers.blogspot.com/2012/04/faster-emulator-with-better-hardware.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!