Emulator screen hangs when trying to run android application

前端 未结 2 1456
悲哀的现实
悲哀的现实 2020-12-12 06:26

I am trying for last 2 days but can not find any solution.My emulator screen hangs when trying to run android application with error message in error log as below:



        
相关标签:
2条回答
  • 2020-12-12 06:35

    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...

    0 讨论(0)
  • 2020-12-12 06:39

    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.

    0 讨论(0)
提交回复
热议问题