java - Android studio doesn't start emulator -
i created project phonegap / node.js tutorial. having problems android studio. emulator doesn't start when try run it. created virtual device 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 using java sdk 1.7.
in manifest, have:
<uses-sdk android:minsdkversion="7" android:targetsdkversion="22" />
the android studio never displays emulator , cannot run app.
my android virtual device configuration:
update: these downloaded versions
what doing wrong?
Comments
Post a Comment