I created this project with PhoneGap / Node.js tutorial. I am having problems with Android Studio. The emulator doesn't start when I try to run it. I created a virtual device with these configurations:
Android 5.1.1 - API 22
512MB ram
API 22
3,3 WQVGA 240x400 ldpi
Android armeabi-v7a
Emulated: uncheked
performance: unchecked
I am using Java SDK 1.7.
In my manifest, I have:
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="22" />
The Android Studio never displays the emulator and I cannot run my app.
My android virtual device configuration:
Update: these are the downloaded versions
What am I doing wrong?