|
发表于 2016-4-5 11:09:26
|
显示全部楼层
开始......
保存配置信息:
编译UI资源:
清除编译环境:
复制模版工程:
复制工程:
复制插件:
复制WWW资源:
更新工程信息:
增加插件:
使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, cordova-plugin-x-toast, cordova-plugin-inappbrowser, cordova-plugin-app-version, com.justep.cordova.plugin.iFlytek]
开始准备插件参数......
插件参数准备完成
开始安装插件......
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 "cordova-plugin-app-version" for android
Installing "cordova-plugin-app-version" for ios
Installing "com.justep.cordova.plugin.iFlytek" for android
Installing "com.justep.cordova.plugin.iFlytek" for ios
插件安装完成
创建源代码工程:
android应用环境准备:
ios应用环境准备:
生成android应用包:
Running command: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build --debug --gradleArg=--offline
ANDROID_HOME=/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/tools/adt-sdk
JAVA_HOME=/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/java/jdk1.8-x64/Contents/Home
Running: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/gradlew cdvBuildDebug -b /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/build.gradle -Dorg.gradle.daemon=true --offline
ERROR building one of the platforms: Error: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build: Command failed with exit code 1
You may not have the required environment or OS to build this project
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
10:56:27.314 [main] DEBUG o.g.l.daemon.bootstrap.DaemonMain - Assuming the daemon was started with following jvm opts: [-XX:MaxPermSize=256m, -XX:+HeapDumpOnOutOfMemoryError, -Xmx1024m, -Dfile.encoding=UTF-8, -Duser.country=CN, -Duser.language=zh, -Duser.variant]
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type DaemonContext using DaemonServices.createDaemonContext().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/node_modules/q/q.js:126
throw e;
^
Error code 1 for command: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/gradlew with args: cdvBuildDebug,-b,/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/build.gradle,-Dorg.gradle.daemon=true,--offline
Error: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build: Command failed with exit code 1
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://wex5.com/cn/bbs/thread-82002-1-1.html
MAC版本,以前3.3都正常,今天刚换了3.4打包就错误了 |
|