Reputation: 161
Yesterday I've updated Android SDK to rev 18, but there's only ARM EABI v7a system image for API level 14 & 15, while in this tutorial they say I could use x86-based system image for better & smoother performance of emulator. I've check in sdk-folder\tool\ and "emulator-86.exe" also exists, but no x86 AVD created to run with this. I also install HAXM and it works fine in my machine. In GUI AVD creation, the CPU/ABI dropdown box also be disabled for every API level.
So where I could find and use x86 based system image for my Android SDK? Any help is appreciated. Thanks
Upvotes: 4
Views: 3232
Reputation: 1855
You can also download images for use with HAXM and the emulator direct from Intel's website. The current one at this link is API 19 (4.4).
Upvotes: 2
Reputation: 23873
15 is the current top API level. Only the SDK Tools and the plugin have a revision level of 18. In Windows systems you will find your AVDs below: \users\you\.android\avd
Upvotes: 0