Android 4.3 Virtual Device CPU/ABI - No system images installed (eclipse)

后端 未结 4 1753
挽巷
挽巷 2021-02-06 21:45

I\'m trying to set up a new device, but I can not continue with the process.
I think it\'s because the target version is 4.3.

相关标签:
4条回答
  • 2021-02-06 22:15

    open your sdk manager and install - ARM EABI v7a System Image - Intel x86 Atom System Image for each API Level.

    0 讨论(0)
  • 2021-02-06 22:18

    You Just close the ADT and open it.. it will surely work. it's work for me.

    And check the Target as Android 4.4 - API level 19..

    0 讨论(0)
  • 2021-02-06 22:22

    Reinstall the ARM EABI v7a system Image and Intel x86 Atom System Image again restart the eclipse I think it will work

    0 讨论(0)
  • 2021-02-06 22:24

    What I have done is:

    I'll Android SDK Manager. I have installed the following points; Platform SDK. ARM EABI V7A System Image

    For the API you need.

    close eclipse

    After I go to Windows Explorer. A folder: ..\sdk\system-images And entered into the System image that you use, I can inside a folder called "default" and in "armeabi-v7a" only have to cut and move the last folder where the default and then delete default.

    open eclipse

    This works.

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