Unable to create Android AVD because of Target and CPU/ABI settings?

前端 未结 2 763
猫巷女王i
猫巷女王i 2020-12-30 20:28

I\'m running Juno and just beginning to learn Android programming on Mac, on the latest SDK, 4.2 (API 17), and when I try to create an AVD, and as you can s

相关标签:
2条回答
  • 2020-12-30 20:51

    Firstly go to SDK manager plugin of Your eclipse/Android Studio and choose the API level for which you are going to create Android Virtual Device. And make sure that API's SDK Platform is installed. If SDK showing Not installed , then firstly download it.

    After automatic Installation on Downloading completion. Restart your eclipse. Start your AVD plugin and then select the API for your AVD that you download.

    Check this image, it showing that SDK platform for API 17 is installed. So we can create AVD of API 17. BUT we cant create AVD of API 16, because it is not installed yet.

    enter image description here

    0 讨论(0)
  • 2020-12-30 21:14
    1. Use SDK MANAGER to check if your .img files exist or not
    2. try to check for eclipse updates
    3. try to download another API like API 16 to see if it works or not
    0 讨论(0)
提交回复
热议问题