Android 创建虚拟机时“提示no system images installed for this target”

经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,通过与安装好了的ADT-bundle中的AVD Manager创建模拟器的窗口情况对比,发现该下拉列表选项正好是SDK Manager安装包Android4.2.2(API 17)的一个组件“ARM EABI v7a System Image”没有安装,

如图所示。安装好了之后,问题解决。另:如果安装了"Inter x86 Atom System Image",则CPU/ABI列表选项更加丰富。

原文地址:https://www.cnblogs.com/fan-yuan/p/3988076.html