Creating a new AVD- CPU/ABI field show 'No System images installed'

随声附和 提交于 2019-12-22 01:27:24

问题


I was onto creating a new AVD. I created one with the ARM CPU image. But it won't boot up even after about 45 minutes. So I deleted it and downloaded the Intel x86 Atom image. On creating the AVD the field to select the CPU became inactive and shows 'No System Images installed for this target.
Help.!
Image installation status in SDK Manager:


回答1:


Make sure that system image is installed. The system image for that platform is not installed. Go to SDK Manager and tick them and install. Then, try to create new AVD.




回答2:


What I have done is:

  1. I'll Android SDK Manager. I have installed the following points; Platform SDK. ARM EABI V7A System Image

For the API you need.

close eclipse

  1. After I go to Windows Explorer. A folder: ..\sdk\system-images And entered into the System image that you use, I can inside a folder called "default" and in "armeabi-v7a" only have to cut and move the last folder where the default and then delete default.

open eclipse

This works.




回答3:


It worked after a simple restart of the Eclipse.




回答4:


You must install the system image for your SDK version. for more information please check this answer. enter link description here



来源:https://stackoverflow.com/questions/20216256/creating-a-new-avd-cpu-abi-field-show-no-system-images-installed

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