解决CPU/ABI: No system images installed for this target.

一、问题:在eclipse创建AVD设备的时候无法正常创建虚拟设备,报错:No system images installed for this target.

解决CPU/ABI: No system images installed for this target._第1张图片

二、原因:SDK里面缺少了system-images文件。

三、解决方法:

1.进入网站:AndroidDevTools - Android开发工具 Android SDK下载 Android Studio下载 Gradle下载 SDK Tools下载AndroidDevTools 是一个收集整理 Android 开发所需的 Android SDK、开发中用到的工具、Android 开发教程、Android 设计规范,免费的设计素材等的网站。icon-default.png?t=N7T8https://www.androiddevtools.cn/index.html

2.操作步骤:

(1)Android SDK工具--》SDK System images

解决CPU/ABI: No system images installed for this target._第2张图片

(2)下载对应的安卓系统版本号,并按系统版本号上方的文字操作即可

解决CPU/ABI: No system images installed for this target._第3张图片

你可能感兴趣的:(安卓)