|
入门新手:安卓App打包问题
开始以为是要安装JDK,但安装后问题依旧
打包报错,日志如下:
[code]开始......
保存配置信息:
init
编译UI资源:
开始......
[JUSTEP_HOME in UIServer]: D:\tool\Android\WeX5
2016-12-23 18:14:11 参数1: D:\tool\Android\WeX5/runtime/UIServer
2016-12-23 18:14:11 参数2: /UI2/fish
2016-12-23 18:14:11 参数3: D:/tool/Android/WeX5/model/Native/fish/www
2016-12-23 18:14:11 参数4:
2016-12-23 18:14:11 参数5:
2016-12-23 18:14:11 参数6: /UI2/fish/default.html
2016-12-23 18:14:11 参数7: 1
2016-12-23 18:14:11 参数8: v-fQjUny-zh_CN-
[JUSTEP_HOME in UIServer]: D:\tool\Android\WeX5
2016-12-23 18:14:11 参数0: D:\tool\Android\WeX5/runtime/UIServer
2016-12-23 18:14:11 参数1: /UI2/fish
2016-12-23 18:14:11 参数2: D:/tool/Android/WeX5/model/Native/fish/www
2016-12-23 18:14:11 参数3:
2016-12-23 18:14:11 参数4:
2016-12-23 18:14:11 参数5: /UI2/fish/default.html
2016-12-23 18:14:11 参数6: 1
2016-12-23 18:14:11 参数7: v-fQjUny-zh_CN-
2016-12-23 18:14:11 输出目录:D:\tool\Android\WeX5\model\Native\fish\www
2016-12-23 18:14:11 开始清空输出目录...
2016-12-23 18:14:11 清空输出目录成功
2016-12-23 18:14:11 开始编译...
2016-12-23 18:14:13 std html: /UI2/fish/default.html
2016-12-23 18:14:13 std html: /UI2/fish/default.html--end
2016-12-23 18:14:14 编译Window数:0
2016-12-23 18:14:14 编译Window成功数:0
2016-12-23 18:14:14 编译Window失败数:0
2016-12-23 18:14:14 编译成功
2016-12-23 18:14:14 开始复制资源...
2016-12-23 18:14:16 复制资源成功
2016-12-23 18:14:16 开始生成首页...
2016-12-23 18:14:16 生成首页成功
2016-12-23 18:14:16 cordova plugin:
编译UI资源:
完成。
init
开始......
生成应用环境准备:
复制模版工程:
复制工程:
复制WWW资源:
更新工程信息:
增加插件:
使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, com.justep.cordova.plugin.engine.tencent]
开始安装插件......
开始准备插件参数......
插件 "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" 参数如下:
插件 "com.justep.cordova.plugin.engine.tencent" 参数如下:
引擎选择方式(webViewEngine):auto
插件参数准备完成
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.
Installing "com.justep.cordova.plugin.engine.tencent" for android
Installing "com.justep.cordova.plugin.engine.tencent" for ios
插件安装完成
|
|