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

QQ登录

只需一步,快速开始

查看: 1930|回复: 4

[处理中3] android 安卓打包出错

[复制链接]

39

主题

125

帖子

1753

积分

金牌会员

Rank: 6Rank: 6

积分
1753
QQ
发表于 2017-11-30 14:07:46 | 显示全部楼层 |阅读模式
生成android应用包:
      Running command: cmd "/s /c "F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\cordova\build.bat --release --gradleArg=--offline""
      ANDROID_HOME=F:\BaiduNetdiskDownload\WeX5_V3.7\tools\adt-sdk
      JAVA_HOME=F:\BaiduNetdiskDownload\WeX5_V3.7\java\jre1.8
      Running: F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\gradlew cdvBuildRelease -b F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline
      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 F:\BaiduNetdiskDownload\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_chti7zvn555t1ufbbwk49tvtc.run(F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\你好\build\src\platforms\android\build.gradle:156)
      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 F:\BaiduNetdiskDownload\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 F:\BaiduNetdiskDownload\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.
      
      BUILD FAILED
      
      
      FAILURE: Build failed with an exception.Total time: 1.006 secs
      
      
      * What went wrong:
      A problem occurred configuring root project 'android'.
      > Could not resolve all dependencies for configuration ':_debugApkCopy'.
         > Could not resolve com.github.tony19:logback-android-core:1.1.1-6.
           Required by:
               project :
            > No cached version of com.github.tony19:logback-android-core:1.1.1-6 available for offline mode.
            > No cached version of com.github.tony19:logback-android-core:1.1.1-6 available for offline mode.
            > No cached version of com.github.tony19:logback-android-core:1.1.1-6 available for offline mode.
         > Could not resolve com.github.tony19:logback-android-classic:1.1.1-6.
           Required by:
               project :
            > No cached version of com.github.tony19:logback-android-classic:1.1.1-6 available for offline mode.
            > No cached version of com.github.tony19:logback-android-classic:1.1.1-6 available for offline mode.
            > No cached version of com.github.tony19:logback-android-classic:1.1.1-6 available for offline mode.
         > Could not resolve org.slf4j:slf4j-api:1.7.21.
           Required by:
               project :
            > No cached version of org.slf4j:slf4j-api:1.7.21 available for offline mode.
            > No cached version of org.slf4j:slf4j-api:1.7.21 available for offline mode.
            > No cached version of org.slf4j:slf4j-api:1.7.21 available for offline mode.
         > Could not resolve com.google.android.gms:play-services-location:+.
           Required by:
               project :
            > No cached version listing for com.google.android.gms:play-services-location:+ available for offline mode.
            > No cached version listing for com.google.android.gms:play-services-location:+ available for offline mode.
            > No cached version listing for com.google.android.gms:play-services-location:+ available for offline mode.
      
      * Try:
      Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
      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
      
      F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\cordova\node_modules\q\q.js:126
                          throw e;
                          ^
      Error code 1 for command: cmd with args: /s /c "F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\gradlew cdvBuildRelease -b F:\BaiduNetdiskDownload\WeX5_V3.7\model\Native\棰嗚揣鍟build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
      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\ASUS\AppData\Local\Temp\6d8d351b-d3ec-4b7b-9465-5c45568da383\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

39

主题

125

帖子

1753

积分

金牌会员

Rank: 6Rank: 6

积分
1753
QQ
 楼主| 发表于 2017-11-30 14:14:20 | 显示全部楼层
wex5 3.7 最新版本
回复 支持 反对

使用道具 举报

39

主题

125

帖子

1753

积分

金牌会员

Rank: 6Rank: 6

积分
1753
QQ
 楼主| 发表于 2017-11-30 14:49:06 | 显示全部楼层
系统是win 10
回复 支持 反对

使用道具 举报

39

主题

125

帖子

1753

积分

金牌会员

Rank: 6Rank: 6

积分
1753
QQ
 楼主| 发表于 2017-12-1 09:05:17 | 显示全部楼层
****ERROR****: 子任务 "exec" 执行失败。
   ****ERROR****: 任务 "buildAndroid" 执行失败。
   ****ERROR****: 执行出错:
   ****ERROR****: 错误信息: exec returned: 1

打包失败,这个原因很多!能否罗列下可能出现这种错误的原因。

从3.6到3.7就有这样的错,好像跟插件有关,好麻烦。。

回复 支持 反对

使用道具 举报

发表于 2017-12-4 09:28:31 | 显示全部楼层
试试
http://doc.wex5.com/wex5-app-question-list-0004/

另外,打包时候保证360 等杀毒软件 是 处于关闭状态的!

建议你先打包下平台案例!比如仿途牛,会报错吗??  先确定下是平台问题,还是环境问题?还是打包应用资源的问题?


qq:1912779713
WeX5教程--WeX5下载
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-29 05:43 , Processed in 0.054444 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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