android - sencha phonegap build apk error -


i'am trying apk file sencha touch project created sencha architect use next command in application path :

1- sencha phonegap init : add in app.json platform andoird:

"native": {         "packager": "phonegap",         "phonegap" : {             "config": {                 // uncomment line below , add platform wish build                 "platform": "android",                  // uncomment , set line true enable phonegap remote building.                 // use must set following properties in local.properties file (if file not exist create in app root)                 // phonegap.remote.username=myname@domain.com                 // phonegap.remote.password=mys3cr3tp@ssw0rd                 //"remote":false,                  "id": "com.domain.myapp",                 "name": "myapp"             }         } 

2 - sencha app build -run native : dasn't work . error : image error

  1. try giving entire project folder full read/write permissions.
  2. try downgrading cordova cli version.

Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -