Cannot start AVD [duplicate]

北慕城南 提交于 2019-12-23 19:05:09

问题


I have seen soo many questions and answers about this but cannot get answer suitable for me . I cannot create or start any device


回答1:


You need to download and install an image suitable for that API level. Notice that the "CPU/ABI" field is greyed out. That's telling exactly what you need to do. Simply open the SDK Manager, look for your target API Level group, expand it and you should see a couple of system images you can download and install for that API Level...see screenshot below, I have highlighted what the system image would look like in the SDK Manager...

After downloading and installing it you will be able to select a system image from the AVD Manager for that API Level and create a virtual device




回答2:


The part that you highlighted in the first picture is just the caption for the dialog. They're there just to tell you what a red cross and a yellow warning sign before the name of an AVD mean.

The second picture says that you can't create an AVD because you have "No system images installed for this target". To fix that, you need to launch the Android package manager and install at least one system image for Android 4.4W.



来源:https://stackoverflow.com/questions/26332181/cannot-start-avd

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