|
楼主 |
发表于 2018-4-9 15:10:08
|
显示全部楼层
生成android应用包:
Running command: cmd "/s /c "E:\WeX5_V3.7\model\Native\aa\build\src\platforms\android\cordova\build.bat --debug""
ANDROID_HOME=E:\WeX5_V3.7\tools\adt-sdk
JAVA_HOME=E:\WeX5_V3.7\java\jre1.8
Running: E:\WeX5_V3.7\model\Native\aa\build\src\platforms\android\gradlew cdvBuildDebug -b E:\WeX5_V3.7\model\Native\aa\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to E:\WeX5_V3.7\tools\adt-sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_mjsuekfu1y5ijxdsqaltpymj.run(E:\WeX5_V3.7\model\Native\aa\build\src\platforms\android\build.gradle:155)
WARNING: The `android.dexOptions.incremental` property is deprecated and it has no effect on the build process.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to E:\WeX5_V3.7\tools\adt-sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to E:\WeX5_V3.7\tools\adt-sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Incremental java compilation is an incubating feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> You have not accepted the license agreements of the following SDK components:
[SDK Patch Applier v4, Android Support Repository, Google Repository].
Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Checking the license for package SDK Patch Applier v4 in E:\WeX5_V3.7\tools\adt-sdk\licenses
Warning: License for package SDK Patch Applier v4 not accepted.
Checking the license for package Google Repository in E:\WeX5_V3.7\tools\adt-sdk\licenses
Warning: License for package Google Repository not accepted.
Checking the license for package Android Support Repository in E:\WeX5_V3.7\tools\adt-sdk\licenses
Warning: License for package Android Support Repository not accepted.
BUILD FAILED
Total time: 14.563 secs
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
E:\WeX5_V3.7\model\Native\aa\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.7\model\Native\aa\build\src\platforms\android\gradlew cdvBuildDebug -b E:\WeX5_V3.7\model\Native\aa\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true"
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
C:\Users\ADMINI~1\AppData\Local\Temp\2337febc-bcae-4cfe-ba6d-89f455039942\pack.xml:91: 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****: 子任务 "java" 执行失败。
****ERROR****: 任务 "pack" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: Java returned: -3
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
使用3.7版本打包又出现不同的错误,很无助啊。 |
|