Some errors most view when use Android Studio 1.5 – Part 2


Read part 1 first: Some errors most view when use Android Studio 1.5

Error 5: when launch an AVD

Cannot launch AVD in emulator.
Output:
emulator: ERROR: This AVD's configuration is missing a kernel file!!
emulator: ERROR: ANDROID_SDK_ROOT is undefined

android studio error 5

Fix: Go to android SDK manager, and install your system image

android studio fix error 5 2

android studio fix error 5

Error 6: when launch an AVD

Cannot launch AVD in emulator.
Output:
emulator: ERROR: GPU emulation is disabled.
Only screen size of 768 X 1280 or smaller is supported when GPU emulation is disabled.

android studio error 6

Fix: change your screen size of your AVD

android studio fix error 6

Leave a Reply