起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1905|回复: 1

[处理中3] 打包APP报错!!

[复制链接]

5

主题

8

帖子

18

积分

新手上路

Rank: 1

积分
18
QQ
发表于 2016-7-29 11:56:10 | 显示全部楼层 |阅读模式
在打包自己的APP时报错
   增加插件:
   使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, cordova-plugin-x-toast, cordova-plugin-inappbrowser, org.apache.cordova.inappbrowser, cordova-plugin-app-version, uk.co.whiteoctober.cordova.appversion]
   开始安装插件......
   开始准备插件参数......
   插件 "cordova-plugin-splashscreen" 参数如下:
   插件 "cordova-plugin-app-preferences" 参数如下:
   插件 "cordova-plugin-file" 参数如下:
   插件 "cordova-plugin-file-transfer" 参数如下:
   插件 "cordova-plugin-network-information" 参数如下:
   插件 "cordova-plugin-zip" 参数如下:
   插件 "cordova-plugin-inappbrowser" 参数如下:
   插件 "cordova-plugin-x-toast" 参数如下:
   插件 "com.justep.cordova.plugin.app.utils" 参数如下:
   插件 "org.apache.cordova.inappbrowser" 参数如下:
   插件 "cordova-plugin-app-version" 参数如下:
   插件 "uk.co.whiteoctober.cordova.appversion" 参数如下:
   插件参数准备完成
   Installing "cordova-plugin-splashscreen" for android
   Installing "cordova-plugin-splashscreen" for ios
   Installing "cordova-plugin-app-preferences" for android
   Installing "cordova-plugin-app-preferences" for ios
   Installing "cordova-plugin-file" for android
   Installing "cordova-plugin-file" for ios
   Installing "cordova-plugin-file-transfer" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Installing "cordova-plugin-file-transfer" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Installing "cordova-plugin-network-information" for android
   Installing "cordova-plugin-network-information" for ios
   Installing "cordova-plugin-zip" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Installing "cordova-plugin-zip" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Installing "cordova-plugin-inappbrowser" for android
   Installing "cordova-plugin-inappbrowser" for ios
   Installing "cordova-plugin-x-toast" for android
   Installing "cordova-plugin-x-toast" for ios
   Installing "com.justep.cordova.plugin.app.utils" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Dependent plugin "cordova-plugin-file-transfer" already installed on android.
   Dependent plugin "cordova-plugin-network-information" already installed on android.
   Dependent plugin "cordova-plugin-zip" already installed on android.
   Dependent plugin "cordova-plugin-inappbrowser" already installed on android.
   Dependent plugin "cordova-plugin-x-toast" already installed on android.
   Installing "com.justep.cordova.plugin.app.utils" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Dependent plugin "cordova-plugin-file-transfer" already installed on ios.
   Dependent plugin "cordova-plugin-network-information" already installed on ios.
   Dependent plugin "cordova-plugin-zip" already installed on ios.
   Dependent plugin "cordova-plugin-inappbrowser" already installed on ios.
   Dependent plugin "cordova-plugin-x-toast" already installed on ios.
   org.apache.cordova.inappbrowser" will not install due to "F:\WeX5_V3.5\model\Native\urmm\build\src\plugins\cordova-plugin-inappbrowser" being installed.
   Plugin "cordova-plugin-inappbrowser" already installed on android.
   Plugin "cordova-plugin-inappbrowser" already installed on ios.
   Installing "cordova-plugin-app-version" for android
   Installing "cordova-plugin-app-version" for ios
   Installing "uk.co.whiteoctober.cordova.appversion" for android
   Error during processing of action! Attempting to revert...
   Failed to install 'uk.co.whiteoctober.cordova.appversion':Error: Uh oh!
   "F:\WeX5_V3.5\model\Native\urmm\build\src\platforms\android\src\uk\co\whiteoctober\cordova\AppVersion.java" already exists!
       at Object.module.exports.common.copyNewFile (F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\plugman\platforms\common.js:67:19)
       at module.exports.source-file.install (F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\plugman\platforms\android.js:78:20)
       at F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\platforms\PlatformApiPoly.js:654:27
       at Object.ActionStack.process (F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\node_modules\cordova-common\src\ActionStack.js:56:25)
       at PlatformApiPoly.addPlugin (F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\platforms\PlatformApiPoly.js:259:20)
       at handleInstall (F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\plugman\install.js:603:6)
       at F:\WeX5_V3.5\tools\cordova\node_modules\cordova-lib\src\plugman\install.js:382:28
       at _fulfilled (F:\WeX5_V3.5\tools\cordova\node_modules\q\q.js:787:54)
       at self.promiseDispatch.done (F:\WeX5_V3.5\tools\cordova\node_modules\q\q.js:816:30)
       at Promise.promise.promiseDispatch (F:\WeX5_V3.5\tools\cordova\node_modules\q\q.js:749:13)
   Error: Uh oh!
   "F:\WeX5_V3.5\model\Native\urmm\build\src\platforms\android\src\uk\co\whiteoctober\cordova\AppVersion.java" already exists!
****ERROR****: 子任务 "addPlugins" 执行失败。
****ERROR****: 任务 "addPlugins" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: addPlugins returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html

又遇到过相似问题的吗?

1

主题

3232

帖子

1174

积分

金牌会员

Rank: 6Rank: 6

积分
1174
QQ
发表于 2016-8-1 11:32:14 | 显示全部楼层
添加插件出错了,你用到什么插件,
在问题解决后,希望大家可以吧解决方法也分享一下,这样可以让更多的X5开发者共同进步,谢谢大家的知识共享
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-5-19 07:54 , Processed in 0.064170 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表