|
楼主 |
发表于 2016-10-31 09:22:42
|
显示全部楼层
串行了,重新发一下试试
开始......
保存配置信息:
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-x-toast, cordova-plugin-inappbrowser, cordova-plugin-app-version, cordova-plugin-keyboard, cordova-plugin-spinner-dialog]
开始安装插件......
开始准备插件参数......
插件 "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
插件 "cordova-plugin-app-version" 参数如下:
插件 "cordova-plugin-keyboard" 参数如下:
插件 "cordova-plugin-spinner-dialog" 参数如下:
插件参数准备完成
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
Installing "cordova-plugin-app-version" for android
Installing "cordova-plugin-app-version" for ios
Installing "cordova-plugin-keyboard" for android
Installing "cordova-plugin-keyboard" for ios
Installing "cordova-plugin-spinner-dialog" for android
Installing "cordova-plugin-spinner-dialog" for ios
插件安装完成
创建源代码工程:
生成源代码:
完成。
init
开始......
生成应用环境准备:
android应用环境准备:
ios应用环境准备:
生成android应用包:
Running command: cmd "/s /c "E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\cordova\build.bat --debug --gradleArg=--offline""
ANDROID_HOME=E:\WeX5_V3.6\tools\adt-sdk
JAVA_HOME=E:\WeX5_V3.6\java\jre1.8
Running: E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\gradlew cdvBuildDebug -b E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline
FAILURE: Build failed with an exception.
* What went wrong:
java.io.IOException: 设备未就绪。
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\cordova\node_modules\q\q.js:126
throw e;
^
Error code 1 for command: cmd with args: /s /c "E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\gradlew cdvBuildDebug -b E:\WeX5_V3.6\model\Native\akb\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
C:\Users\ADMINI~1\AppData\Local\Temp\c2ec803f-3e1a-4454-ac84-855968c90a00\pack.xml:88: exec returned: 1
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:643)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at com.justep.deploy.app.utils.BuildHelper.execTask(Unknown Source)
at com.justep.deploy.app.utils.Builder.main(Unknown Source)
ERROR building one of the platforms: Error: cmd: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: cmd: Command failed with exit code 1
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
****ERROR****: 子任务 "java" 执行失败。
****ERROR****: 任务 "pack" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: Java returned: -3
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html |
|