Inspired from this question and this one, I've tried to configure the android emulator on Ubuntu 14.04 to emulate my ionic app with the command ionic emulate android
.
But I get this error : emulator: ERROR: This AVD's configuration is missing a kernel file!!
I've installed rev 19 of the android SDK :
The
"ARM EABI v7a System Image"
is installed.
I don't how to get the window "Edit Android Virtual Device AVD".
$ echo $JAVA_HOME
gives
/usr/lib/jvm/java-7-openjdk-amd64
I have this in my ~/.bashrc
export PATH=${PATH}:/home/louisro/android-sdk-linux/tools
export PATH=${PATH}:/home/louisro/android-sdk-linux/platform-tools
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
export PATH=${JAVA_HOME}/bin:$PATH
export PATH=/usr/local/bin:$PATH
Can you help me figure out what's wrong ?
Thanks