How to resolve the error message: "This AVD may not work if you do not install ... first"?

I am trying to create an AVD for Android 5, but it gives me a warning

This AVD may not work if you did not first install the Google system image for Intel Atom (x86) for Android 5.0 (API 21).

But I have it installed - this is a screenshot of my SDK manager with the correct system settings installed:

enter image description here

And this is how I configure my AVD:

enter image description here

Am I doing something wrong? How can I make this work?

+4
source share
3 answers

Install the Android SDK Build-tools 21 or higher and check the Use main GPU box

enter image description here

+2
source

, ... Big G:

.ini, Android AVD Manager, hardware-qemu.ini
( % USER_FOLDER%/. android/avd/ yourAVDName.avd/-qemu.ini).

, kernel.path, google apis.
,
(, path_to_android_sdk/system-images\android-19\google_apis\x86/kernel-qemu API Google API 19) Android, API Google.

, Android: D

+1

You will need to install the HAXM driver on your computer in addition to downloading the components. This step is performed outside of Android tools.

0
source

All Articles