Error Message: emulator-arm.exe has stopped working

前端 未结 17 594
余生分开走
余生分开走 2020-12-08 14:39

I have been having issues running my first android app. Yesterday, i came close to running it but my happiness was dashed when i encountered this error:

emul         


        
相关标签:
17条回答
  • 2020-12-08 15:10

    If you don't see an emulator running, check Task Manager to see if you have an emulator-arm process already running. If there is an emulator-arm process, select it, choose "End Process", and try again.

    0 讨论(0)
  • 2020-12-08 15:12

    Might be old question but try executing directly from command line, assuming you are in android-sdk\toolsfolder run your created emulator by calling emulator-arm @youremulatorname

    0 讨论(0)
  • 2020-12-08 15:16

    Just rebooting my PC worked for me.

    0 讨论(0)
  • 2020-12-08 15:16

    Use a low resolution device, when I selected Nexus 4 it kept running smoothly with me.

    0 讨论(0)
  • 2020-12-08 15:17

    Go to Window->Open Prespective->DDMS

    you will see view as mention below

    enter image description here

    click on the portion i have highlighted and click on reset adb,and try to run your project again

    0 讨论(0)
  • 2020-12-08 15:18

    Change the resolution of the device and it should work. It didn't work for me when the resolution was 1280X800. I changed it to 800X600 and it worked fine.

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