Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phonegap run android can't run with: ERROR: unknown skin name 'WXGA720'

Tags:

cordova

I'm on OSX and when I run

$ phonegap run android

It errors out with a:

BUILD SUCCESSFUL
Total time: 2 seconds
WARNING : No started emulators found, starting an emulator.
Waiting for emulator...
emulator: ERROR: unknown skin name 'WXGA720'

I've set both ANDROID_SDK_HOME and ANDROID_HOME to /usr/local/opt/android-sdk.

full log: https://gist.github.com/Celc/c8ecadd2f533a6b06f89

What can I do to fix it?

like image 693
Kit Sunde Avatar asked Mar 20 '14 09:03

Kit Sunde


1 Answers

As per here, have you set ANDROID_SDK_ROOTto a defined value ?

To put in the form of a statement, set ANDROID_SDK_ROOT.

Have you tried android avd as per here ?

like image 80
Appleman1234 Avatar answered Nov 15 '22 05:11

Appleman1234