There were problems with running the emulator in Android Studio . It gives this error:

emulator: ERROR: This AVD configuration is missing a kernel file !!

emulator: ERROR: ANDROID_SDK_ROOT is undefined

What are the problems, although not so long ago everything worked

  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky
  • And why don't you use Genymotion it is much faster and less buggy. - user223376

1 answer 1

Perhaps he lacks some system images.
For example: ARM EABI v7a System Image for the API that is used to run the emulator.
Check that the folder on the path $ANDROID_HOME/system-images/android-<YOUR DESIRED API>/armeabi-v7a exists and is not empty. Otherwise, install / reinstall the missing images via the SDK Manager .

  • one
    System Image is not a system image . This is the image of the system. - Vladyslav Matviienko
  • @metalurgus, hmm, it’s not written in the documentation that this is an image of the system. Maybe this is meant, but this is clearly not mentioned. - redL1ne
  • Of course this is not said. Documentation on rus. no language, but system image translated as an образ системы translate.google.com/#en/en/system%20image - Vladyslav Matviienko
  • @metalurgus, then it is clear - redL1ne