How to use x86 emulator for Android on Linux?

The latest sdk Android device has an x86 emulator that should help in performance. How to create an image for him? When I go to create a new avd, I see a drop-down list for CPU / ABI, but it is set to "ARM" and disabled.

+5
source share
2 answers

Step # 1: Download the Intel Atom x86 system image - API level 10 through the SDK manager.

Step # 2: When creating the AVD, select the target Intel Atom x86 System Image - API Level 10.

x86 Android 2.3.3 (a.k.a., API 10). Android 4.0.3 AOSP, , .

+5

All Articles