【问题&解决】解决创建Android模拟器时提示"No system images installed for this target"的问题

在创建Android模拟器时间发现提示“No system images installed for this target”问题,无法创建模拟器,如下图:

解决:经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,即SDK中对应的Android版本没有下载系统镜像,如下图:

 
 下载安装好了之后,重启Eclipse,问题解决,如下图:
 
 
原文地址:https://www.cnblogs.com/yc-755909659/p/4080645.html