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

问题:Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

原因:

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

解决方案:

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

问题:Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

方法二:手动单独下载,注意,要下载与自己API对应的版本。

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

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

方法三:在前两种方法的基础上,还不行的话,那就不要在eclipse工具栏中打开avd manager,而是去sdk的安装路径中打开avd manager。

问题:Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

 

问题:Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

相关文章:

  • 2021-08-08
  • 2021-06-12
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
相关资源
相似解决方案