报错“Unable to find a 'userdata.img' file for ABIarmeabi to copy into the AVD folder.”

之前一直用手机开发Android4.0, 今天发现没带手机回来,于是只能下载Android模拟器。

问题:

启动SDK Manager更新时,没有勾ARM EABI v7a System Image



更新完了后,创建AVD时,发现创建不成功,报错“Unable to find a 'userdata.img' file for ABIarmeabi to copy into the AVD folder.”

原因:

就是没有下载"ARM EABI v7a System Image"

解决方案:

方法一:当然是启动SDK Manager去继续下载"ARM EABI v7a System Image"

方法二:手动单独下载

https://dl-ssl.google.com/android/repository/sysimg_armv7a-14_r01.zip

解压后,放到android-sdk/system-images/android-14/armeabi-v7a/目录下,重启AVDManager就可以了。

 报错“Unable to find a 'userdata.img' file for ABIarmeabi to copy into the AVD folder.”_第1张图片

你可能感兴趣的:(android,manager,image,File,System,手机)