Android sencha phonegap生成apk错误

Android sencha phonegap生成apk错误,android,sencha-touch,phonegap-desktop-app,Android,Sencha Touch,Phonegap Desktop App,我正在尝试从sencha architect创建的sencha touch项目获取apk文件,因此我在应用程序路径中使用下一个命令: 1-sencha phonegap init:我在app.json中添加了平台andoird: "native": { "packager": "phonegap", "phonegap" : { "config": { // Uncomment the line below

我正在尝试从sencha architect创建的sencha touch项目获取apk文件,因此我在应用程序路径中使用下一个命令:

1-sencha phonegap init:我在app.json中添加了平台andoird:

"native": {
        "packager": "phonegap",
        "phonegap" : {
            "config": {
                // Uncomment the line below and add the platform you wish to build for
                "platform": "android",

                // Uncomment and Set this line to true to enable PhoneGap Remote Building.
                // To properly use this you must set the following properties in your local.properties file (if this file does not exist create it in your app root)
                // phonegap.remote.username=myname@domain.com
                // phonegap.remote.password=mys3cr3tp@ssw0rd
                //"remote":false,

                "id": "com.domain.MyApp",
                "name": "MyApp"
            }
        }
2-sencha应用程序构建-运行本机:但dasn不起作用。 错误:

尝试为整个项目文件夹授予完全读/写权限。 尝试降级您的cordova CLI版本。