Emulator screen hangs when trying to run android application

青春壹個敷衍的年華 提交于 2019-11-28 14:41:34
CRUSADER

Late to answer but I think this will help..

  • First and foremost what is your PC's configuration?? , how much RAM?? b'coz higher the API level you set , more processing time will be taken by emulator..
  • If you have good configuration PC, then as mentioned by many, you should Wipe user data from AVD and uncheck load from snapshot and then give this a try..
  • Still prob, delete the AVD and recreate...
  • Still prob, then try Android x86 instead of armeable simulators. Android x86 are much more faster ..
  • Your eclipse is updated as you mentioned then try opting for x86 emulators.. Refer here..
  • Try restarting Eclipse as a last resort... :P

Developing an application is generally for a targeted devices, so if possible run and test on real device itself.

Hope this helps...

The startup of the emulator is very slow. The good thing is that you only need to start the emulator once. If the emulator is already running and you run your app again, the emulator reinstalls the app relatively quickly. Of course, if you want to know how fast it will run on a phone, it is best to test it on a real phone.

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