You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an exception during phonegap run android after sencha generate app and sencha phonegap init. Environment:
Ubuntu 14.04x64,
nodejs: v0.10.30
ant : Apache Ant(TM) version 1.9.3 compiled on April 8 2014
Sencha Cmd v5.0.1.231
phonegap: 3.5.0-0.21.14 Error log :
cawa@cawa [01:43:03] [~/phonegap/SenchaMyApp/phonegap]
-> % phonegap run android
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] adding the Android platform...
/home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:126
throw e;
^
Error: An error occurred while listing Android targets
at /home/cawa/.cordova/lib/android/cordova/3.5.1/bin/lib/check_reqs.js:87:29
at _rejected (/home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:808:24)
at /home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:834:30
at Promise.when (/home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:1079:31)
at Promise.promise.promiseDispatch (/home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:752:41)
at /home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:574:44
at flush (/home/cawa/.cordova/lib/android/cordova/3.5.1/bin/node_modules/q/q.js:108:17)
at process._tickCallback (node.js:419:13)
{ [Error: /home/cawa/.cordova/lib/android/cordova/3.5.1/bin/create: Command failed with exit code 8] code: 8 }
[error] /home/cawa/.cordova/lib/android/cordova/3.5.1/bin/create: Command failed with exit code 8
The text was updated successfully, but these errors were encountered:
I have an exception during
phonegap run android
aftersencha generate app
andsencha phonegap init
.Environment:
Ubuntu 14.04x64,
nodejs: v0.10.30
ant : Apache Ant(TM) version 1.9.3 compiled on April 8 2014
Sencha Cmd v5.0.1.231
phonegap: 3.5.0-0.21.14
Error log :
The text was updated successfully, but these errors were encountered: