android emulator forever launching

拟墨画扇 提交于 2019-12-23 09:38:48

问题


i want to set up an android emulator, i downloaded android 4.4 (kitkat), tools, and all the extra's

the emulator is loading forever, its already loading for 2 hours, the android startup boot logo is not laggy, so the emulator is not slow.

I rebooted multiple times, and tried different devices

my emulator: device: 10.1" WGXA (tablet) (1280 x 800: mdpi) Target: android 4.4 - API level 19 CPU: ARM (armeabi-v7a) <--- cant change this Memory Options: RAM:768 VM Heap: 32 Internal storage: 4096 Emulation Options: use host GPU

Computer specs: 4.2GHz 8-core cpu 4GB ram and lot more

if i look in task manager it is using 15%cpu, 470MB RAM and 0MB disk speed


回答1:


when you're using the Windows OS, you have to set the RAM to 512Mb in order to get the AVD to run properly. Hope this helps as 2 hours is an awful long time for the emulator to load.




回答2:


Had the same problem, try starting the AVD on its own and wipe user data before trying your app.




回答3:


you are running these settings 10.1" WGXA (tablet) (1280 x 800: mdpi) CPU: ARM (armeabi-v7a) use host GPU

you must have a SUPER COMPUTER.... try a lower resulion start with 800x400, if you have an INTEL pc, download the "INTEL" engine from the SDK-MANAGER.API19 then use "use the GPU" setting and choose the "engine: intel" setting when creating an emulator

if you have a non-intel, then im sorry, stick with 800x400 resolution




回答4:


Open android sdk manager

Extras-> install Android Support library




回答5:


I had a problem on Windows 8 64-bit, with fresh installation of Eclipse and Android SDK - Virtual device was starting "forever". I found this thread http://gotoanswer.stanford.edu/?q=android+emulator+forever+launching and link to
Can having spaces in the android sdk path cause problems in eclipse?

Solution: I moved Android SDK from

C:\Program Files (x86)\Android\android-sdk

to

c:\android-sdk

Changed location in Eclipse, and this fixed a problem for me. Now AVD launches normally. I have not found any other comments on the reason or explanation.

I hope it will help someone else.



来源:https://stackoverflow.com/questions/19822853/android-emulator-forever-launching

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