Android AVD for Bean Jelly and Google APIs -

I tried running Android AVD for Jelly Bean (API-16) and Google APIs (I included both platform definitions). When starting AVD, I get the following error.

$ emulator -avd Nexus_7_API_16_With_Google_APIs

emulator: ERROR: This is missing a kernel file in the AVD configuration! emulator: ERROR: ANDROID_SDK_ROOT is detected (C: \ data \ applications \ Android \ Sdk), but the kernel file cannot be found in C: \ data \ applications \ Android \ Sdk \ system-images \ sub-directories

I read all similar instances that I could find on Stackoverflow and other sites, but none of them were appropriate for my situation.

Unlike most configuration files, those used for the Jelly Bean and Google API are located in a system-specific rather than a system-specific way. For example:.

$ cd $ ANDROID_SDK_HOME / .android / avd / Nexus_7_API_16_With_Google_APIs.avd / config.ini

$ grep image config.ini

image.sysdir.1 = add-ons \ addon-google_apis-google-16 \ images \ armeabi-v7a

In fact, the "system image" looks hardcoded in the emulator (although it is possible that there is a way around this - see Unable to start the emulator in Android Studio ).

This is very much like a mistake.

Advice ???

Thanks Barry

+8
android android-emulator android-studio
source share

No one has answered this question yet.

See similar questions:

75
Cannot start emulator in Android Studio

or similar:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2097
Is there a way to run Python on Android?
1214
Rename package in Android Studio
140
How to fix it: "HAX does not work, but the emulator works in emulation mode"
5
Mac and PANIC: There is no program engine emulator for the "shell".
3
How to run Android 2.3.3 Emulator with Android Studio v2?
0
How to check Google Maps v2 at the level of API emulator Android 17?

All Articles