“Unable to find a userdata.img file for ABI armeabi…”

后端 未结 12 1529
陌清茗
陌清茗 2020-12-05 06:50

Once again I\'ve made the mistake of updating Eclipse with the latest Android SDK/tools and have rendered it useless.

Running Eclipse on a Mac.

When I try to

相关标签:
12条回答
  • 2020-12-05 07:11

    I was getting the same erorr, even after deleting and re-installing that package. I looked at the sdk folder, and found that the images were all the way under

    ...\sdk\system-images\android-10\x86\images\x86

    Looking at thow the PAI 17 images were stored, I copied everything in that directory and moved it to

    ...\sdk\system-images\android-10\x86

    Now it works fine :)

    0 讨论(0)
  • 2020-12-05 07:13

    This error is happening because the location of userdata.img file has changed since Android 4 (API Level 14). So we need to reinstall the ARM EABI package. Follow the steps given at http://tech.thecoolblogs.com/2012/01/unable-to-find-userdataimg-file-for-abi.html

    0 讨论(0)
  • 2020-12-05 07:17

    enter image description here

    Check the highlighted part is installed or not..

    if it is installed you can find this under CPU.. Select it and click create avd

    enter image description here

    0 讨论(0)
  • 2020-12-05 07:18

    Actually, you still need to install Google USB Driver in Extras in the bottom of Android SDK manager.

    0 讨论(0)
  • 2020-12-05 07:19

    Install the ARM EABI img from the sdk manager for android 4.0 your problem will be solved

    0 讨论(0)
  • 2020-12-05 07:19

    I had the same problem when using the command line.

    I fix it by copying the files under

    ...\sdk\system-images\android-X\armeabi-vY\
    

    into

    ...\sdk\platforms\android-X\images
    

    Maybe you need to create first the folder images

    0 讨论(0)
提交回复
热议问题