Failed to create Android AVD due to Target and CPU / ABI settings?

I am launching Juno and just starting to learn Android programming on Mac , on the last SDK, 4.2 (API 17), and when I try to create an AVD, and as you can see from the screenshot (it really doesn’t matter as a new user, I don’t I can post a screenshot), I can enter my title, I can also select my device, but when I try to change the dropdown menus of the target and CPU / ABI, they do not fall at all. In addition, the typical hardware box in which you add and remove the selected hardware is missing, perhaps only because of the newer version of Eclipse. In any case, why are these options not given to me? Also, it ends in me when the OK button is still unavailable. Thank!

+31
android avd eclipse-juno
Dec 22
source share
2 answers

First go to the SDK manager plugin of your eclipse / Android Studio and select the API level for which you are going to create the Android Virtual Device, and make sure that the SDK API platform is installed. If the SDK shows Not Installed, first download it.

After unattended installation when the download is complete. Restart your eclipse. Launch your AVD plugin and then select the API for your AVD, which you download.

Check this image by showing that the SDK platform for API 17 is installed. Thus, we can create the AVD API 17. BUT we cannot create the AVD API 16 because it is not yet installed.

enter image description here

+58
Dec 22
source share
  • Use the MANAGER SDK to check if your .img files exist.
  • try checking for eclipse updates.
  • try loading another API, such as API 16, to see if it works or not.
+1
Dec 22 '12 at 5:14
source share



All Articles