The Android emulator process has unexpectedly stopped running. The instance <device_name> is now stopped

早过忘川 提交于 2019-12-13 06:35:04

问题


I installed the following environment to start developping android applications.

OS: windows 7 64

Java: jdk 1.8.0_77

Eclipse: eclipse-android-neon-2-incubation-win32-x86_64

SDK: android-sdk_r24.4.1-windows (Android 6.0 7.0 e 7.1.1)

All was ok until the moment to start AVD.

I created various ADV configurations but when starting I received always the same error (it changes only the device_name):

The Android emulator process has unexpectedly stopped running. The instance (device_name) is now stopped.

This is one of ADV configuration tried

This is the error throwd after starting

Have you any suggestion to me? Thank you.


回答1:


Can you see anything in adb logcat? If the device goes down during the initialization process you might see something there.




回答2:


I have the same issue ...

There is no log cat or any other error shown in eclipse neon 2.

Up:

you have to select the project instead of the class.

i do not get anymore this error.



来源:https://stackoverflow.com/questions/41759715/the-android-emulator-process-has-unexpectedly-stopped-running-the-instance-dev

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