2
I’m having trouble creating a device on android-studio because of much searching on the net I decided to put a question here to see if someone can answer.
I use Ubuntu 16.04 and the project in question was created in Phonegap, of course I only imported the android folder plataforms folder. The fact is, this has worked once before and I don’t know why it stopped working. I didn’t find anything on the Internet or any clue in any log file
When opening VDM and selecting any of the images I see the following screen
this must be problems with your environment variables, checks if the "JAVA_HOME" is with the correct path in /home/user/. bash_profile or /etc/profile, and declares a variable "ANDROID_AVD_HOME":
export ANDROID_AVD_HOME="/home/usuario/.android/avd/"
. warns if you have corrected– Armando Marques Sobrinho