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

后端 未结 12 1528
陌清茗
陌清茗 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:38

    Solved a problem after I realized that newly created AVDs were being saved in user folder (user foo) C:\HOME\foo and Android plugin was trying to find them in C:\Users\foo.

    I have set environment variable (this will change save avd folder).

    ANDROID_SDK_HOM=C:\Users\foo
    

    Make sure you create your AVD again since you have changed save location now.

    That solved a problem, I assume the proper way would be to set look-up folder but could not figure out how to change that.

提交回复
热议问题