2015-06-03 189 views
-3

我'试图从与煎茶建筑师设计,所以我在我的应用程序路径中使用的下一个命令煎茶触摸项目我的APK文件:煎茶的PhoneGap构建APK错误

1-煎茶PhoneGap的初始化:我补充的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) 
       // [email protected] 
       // [email protected] 
       //"remote":false, 

       "id": "com.domain.MyApp", 
       "name": "MyApp" 
      } 
     } 

2 - sencha应用程序构建 - 运行原生:但没有工作。 错误:image error

回答

0
  1. 尝试给你的整个项目文件夹完整的读/写权限。
  2. 尝试降级您的cordova CLI版本。
+0

谢谢:)它的工作原理 –