sencha phonegap 构建 apk 错误
sencha phonegap build apk error
我正在尝试从用 sencha architect 创建的 sencha touch 项目获取我的 apk 文件,所以我在我的应用程序路径中使用下一个命令:
1- sencha 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)
// phonegap.remote.username=myname@domain.com
// phonegap.remote.password=mys3cr3tp@ssw0rd
//"remote":false,
"id": "com.domain.MyApp",
"name": "MyApp"
}
}
2 - sencha 应用程序构建 -运行 原生:但无法正常工作。
错误:image error
- 尝试为您的整个项目文件夹提供完整的 read/write 权限。
- 尝试降级您的 cordova CLI 版本。
我正在尝试从用 sencha architect 创建的 sencha touch 项目获取我的 apk 文件,所以我在我的应用程序路径中使用下一个命令:
1- sencha 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)
// phonegap.remote.username=myname@domain.com
// phonegap.remote.password=mys3cr3tp@ssw0rd
//"remote":false,
"id": "com.domain.MyApp",
"name": "MyApp"
}
}
2 - sencha 应用程序构建 -运行 原生:但无法正常工作。 错误:image error
- 尝试为您的整个项目文件夹提供完整的 read/write 权限。
- 尝试降级您的 cordova CLI 版本。