sencha phonegap build apk错误

时间:2015-06-03 21:52:16

标签: android sencha-touch phonegap-desktop-app

我试图从sencha touch获取我的apk文件使用sencha架构师创建的项目所以我在我的应用程序路径中使用下一个命令:

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 app build -run native:但是没有用。 错误:image error

1 个答案:

答案 0 :(得分:0)

  1. 尝试为整个项目文件夹提供完整的读/写权限。
  2. 尝试降级您的cordova CLI版本。