Newly installed Eclipse and Android SDK. Can't get emulator to work. Hangs on clock screen

孤街醉人 提交于 2019-12-04 05:22:26

Are you at the unlock screen? Did you unlock the "phone" You need to drag the unlock button with your mouse by clicking on the button and then dragging to the right

Since you are new to development pls try the following step

  1. Restart Eclipse
  2. Open the Android SDK and AVD Manager
  3. Delete your existing AVD
  4. Recreate the AVD with your set of paramaters (i.e. name, android version etc)
  5. Go back to your code and run the program again.

You should now be able to run the sample programs again..

Hope it helps

Bob

Setting eclipse, adb and emulator to high priority (it wouldn't let me set it to real time), restarting eclipse, and deleting the emulator and creating a new one actually made the emulator start working for me. Thanks.

Just click on the power button once (it's on the right side). Now try to drag the unlock button on the screen and it should work.

It seems that the ,memory resources are inadequate for running emulator. One thing you can do is that when the emulator hangs for the first time, just close it and then restart it. After this go to Task Manager and set the emulator and adb priority to real time.

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