2

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.

enter image description here

My android virtual device configuration: enter image description here

Update: these are the downloaded versions enter image description here

What am I doing wrong?

jchamp
  • 172
  • 3
  • 11
ErasmoOliveira
  • 1,416
  • 2
  • 20
  • 40
  • Please check if you have SDK tools for API 22. This could be the issue. Check and share your result. – Roll no1 May 15 '15 at 13:23
  • Can you also include a screenshot of your created AVD ? – oldcode May 15 '15 at 13:23
  • @Rollno1 yes, I downloaded the API 22, I think it too, but after downloaded still not work. – ErasmoOliveira May 15 '15 at 13:30
  • @Codester I added my virtual device image, is it you wanna see? – ErasmoOliveira May 15 '15 at 13:31
  • @ErasmoOliveira Yes I can see it, Can you change the **Android 5.1.1 armeabi - v7a** to **x86** and then let us know the results ? [See this](http://stackoverflow.com/questions/23042175/what-is-armeabi-and-why-they-use-it) – oldcode May 15 '15 at 13:36
  • @Codester I change it, but still doenst work, I post a new print to you see my downloaded versions. I am selected x86 version API 22, but still doenst work. I just create the project and import in Android studio, I selected the buld.gradle in C:\Program Files\nodejs\my-app\platforms\android, Is necessary change something in this file? – ErasmoOliveira May 15 '15 at 13:54
  • @ErasmoOliveira I never seen something like this before. Can you use the API 21 Android 5.0.1 ? Please [see this](http://stackoverflow.com/questions/27615127/android-studio-unknown-emulator-running-and-cant-be-terminated) I hope that helps. – oldcode May 15 '15 at 14:00

0 Answers0