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

QQ登录

只需一步,快速开始

楼主: liangshaohua

[分享] App打包常见报错

  [复制链接]

75

主题

486

帖子

862

积分

高级会员

Rank: 4

积分
862
QQ
发表于 2016-4-1 19:06:32 | 显示全部楼层
mark``
http://bbs.justep.com/thread-49855-1-1.html
回复

使用道具 举报

75

主题

486

帖子

862

积分

高级会员

Rank: 4

积分
862
QQ
发表于 2016-4-1 19:06:49 | 显示全部楼层
mark
http://bbs.justep.com/thread-49855-1-1.html
回复

使用道具 举报

7

主题

30

帖子

62

积分

初级会员

Rank: 2

积分
62
QQ
发表于 2016-4-2 22:35:42 | 显示全部楼层
383579254 发表于 2016-3-22 17:16
我也遇到了,已经解决,cordova包引起的问题


   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   E:\x5\model\Native\lgl\build\src\platforms\android\cordova\node_modules\q\q.js:126
                       throw e;
                       ^
   Error code 1 for command: cmd with args: /s /c "E:\x5\model\Native\lgl\build\src\platforms\android\gradlew cdvBuildRelease -b E:\x5\model\Native\lgl\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
   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://wex5.com/cn/bbs/thread-82002-1-1.html

告诉你是怎么解决的啊,谢谢
回复 支持 反对

使用道具 举报

7

主题

30

帖子

62

积分

初级会员

Rank: 2

积分
62
QQ
发表于 2016-4-2 22:39:06 | 显示全部楼层
liangyongfei 发表于 2015-12-25 14:47
【Android报错情况七】该报错一般是为环境变量中设置了java的jdk或adt引起的,,需要把JAVA_HOME ,CATALIN ...


   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   E:\x5\model\Native\lgl\build\src\platforms\android\cordova\node_modules\q\q.js:126
                       throw e;
                       ^
   Error code 1 for command: cmd with args: /s /c "E:\x5\model\Native\lgl\build\src\platforms\android\gradlew cdvBuildRelease -b E:\x5\model\Native\lgl\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
   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://wex5.com/cn/bbs/thread-82002-1-1.html

   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   E:\x5\model\Native\lgl\build\src\platforms\android\cordova\node_modules\q\q.js:126
                       throw e;
                       ^
   Error code 1 for command: cmd with args: /s /c "E:\x5\model\Native\lgl\build\src\platforms\android\gradlew cdvBuildRelease -b E:\x5\model\Native\lgl\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
   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://wex5.com/cn/bbs/thread-82002-1-1.html


在那里把JAVA_HOME ,CATALINA_HOME 等环境变量先去掉
回复 支持 反对

使用道具 举报

1

主题

3

帖子

7

积分

新手上路

Rank: 1

积分
7
QQ
发表于 2016-4-4 02:07:50 | 显示全部楼层
打包错误,是咋回事

   插件安装完成
   
创建源代码工程:
   
android应用环境准备:
   
ios应用环境准备:
   
生成android应用包:
   Running command: cmd "/s /c "C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\cordova\build.bat --release --gradleArg=--offline""
   ANDROID_HOME=C:\Users\95\Desktop\WeX5_V3.4/tools/adt-sdk
   JAVA_HOME=C:\Users\95\Desktop\WeX5_V3.4/java/jre1.8
   Running: C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\gradlew cdvBuildRelease -b C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline
   :preBuild
   :preReleaseBuild
   :checkReleaseManifest
   :CordovaLib:compileLint
   :CordovaLib:copyReleaseLint UP-TO-DATE
   :CordovaLib:preBuild
   :CordovaLib:preReleaseBuild
   :CordovaLib:checkReleaseManifest
   :CordovaLib:preDebugBuild
   :CordovaLib:preDebugTestBuild
   :JustepGetContent:compileLint
   :JustepGetContent:copyReleaseLint UP-TO-DATE
   :JustepGetContent:preBuild
   :JustepGetContent:preReleaseBuild
   :JustepGetContent:checkReleaseManifest
   :JustepGetContent:preDebugBuild
   :JustepGetContent:preDebugTestBuild
   :JustepGetContent:prepareComAndroidSupportAppcompatV72220Library
   :JustepGetContent:prepareComAndroidSupportSupportV42220Library
   :JustepGetContent:prepareReleaseDependencies
   :JustepGetContent:compileReleaseAidl
   :JustepGetContent:compileReleaseRenderscript
   :JustepGetContent:generateReleaseBuildConfig
   :JustepGetContent:generateReleaseAssets UP-TO-DATE
   :JustepGetContent:mergeReleaseAssets
   :JustepGetContent:generateReleaseResValues
   :JustepGetContent:generateReleaseResources
   :JustepGetContent:mergeReleaseResources
   :JustepGetContent:processReleaseManifest
   :JustepGetContent:processReleaseResources
   :JustepGetContent:generateReleaseSources
   注: 某些输入文件使用或覆盖了已过时的 API。
   注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
   :JustepGetContent:compileReleaseJava
   :JustepGetContent:extractReleaseAnnotations
   :JustepGetContent:mergeReleaseProguardFiles
   :JustepGetContent:processReleaseJavaRes UP-TO-DATE
   :JustepGetContent:packageReleaseJar
   :JustepGetContent:compileReleaseNdk
   :JustepGetContent:packageReleaseJniLibs UP-TO-DATE
   :JustepGetContent:packageReleaseLocalJar UP-TO-DATE
   :JustepGetContent:packageReleaseRenderscript UP-TO-DATE
   :JustepGetContent:packageReleaseResources
   :JustepGetContent:bundleRelease
   :CordovaLib:prepareAndroidJustepGetContentUnspecifiedLibrary
   :CordovaLib:prepareComAndroidSupportAppcompatV72220Library
   :CordovaLib:prepareComAndroidSupportSupportV42220Library
   :CordovaLib:prepareReleaseDependencies
   :CordovaLib:compileReleaseAidl
   :CordovaLib:compileReleaseRenderscript
   :CordovaLib:generateReleaseBuildConfig
   :CordovaLib:generateReleaseAssets UP-TO-DATE
   :CordovaLib:mergeReleaseAssets
   :CordovaLib:generateReleaseResValues
   :CordovaLib:generateReleaseResources
   :CordovaLib:mergeReleaseResources
   :CordovaLib:processReleaseManifest
   :CordovaLib:processReleaseResources
   :CordovaLib:generateReleaseSources
   注: 某些输入文件使用或覆盖了已过时的 API。
   注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
   :CordovaLib:compileReleaseJava
   :CordovaLib:extractReleaseAnnotations
   :CordovaLib:mergeReleaseProguardFiles
   :CordovaLib:processReleaseJavaRes UP-TO-DATE
   :CordovaLib:packageReleaseJar
   :CordovaLib:compileReleaseNdk
   :CordovaLib:packageReleaseJniLibs UP-TO-DATE
   :CordovaLib:packageReleaseLocalJar UP-TO-DATE
   :CordovaLib:packageReleaseRenderscript UP-TO-DATE
   :CordovaLib:packageReleaseResources
   :CordovaLib:bundleRelease
   :prepareAndroidCordovaLibUnspecifiedReleaseLibrary
   :preDebugBuild
   :CordovaLib:copyDebugLint UP-TO-DATE
   :CordovaLib:checkDebugManifest
   :CordovaLib:prepareDebugDependencies
   :CordovaLib:compileDebugAidl
   :CordovaLib:compileDebugRenderscript
   :CordovaLib:generateDebugBuildConfig
   :CordovaLib:generateDebugAssets UP-TO-DATE
   :CordovaLib:mergeDebugAssets
   :CordovaLib:generateDebugResValues
   :CordovaLib:generateDebugResources
   :CordovaLib:mergeDebugResources
   :CordovaLib:processDebugManifest
   :CordovaLib:processDebugResources
   :CordovaLib:generateDebugSources
   注: 某些输入文件使用或覆盖了已过时的 API。
   注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
   :CordovaLib:compileDebugJava
   :CordovaLib:extractDebugAnnotations
   :CordovaLib:mergeDebugProguardFiles
   :CordovaLib:processDebugJavaRes UP-TO-DATE
   :CordovaLib:packageDebugJar
   :CordovaLib:compileDebugNdk
   :CordovaLib:packageDebugJniLibs UP-TO-DATE
   :CordovaLib:packageDebugLocalJar UP-TO-DATE
   :CordovaLib:packageDebugRenderscript UP-TO-DATE
   :CordovaLib:packageDebugResources
   :CordovaLib:bundleDebug
   :prepareAndroidJustepGetContentUnspecifiedLibrary
   :prepareComAndroidSupportAppcompatV72220Library
   :prepareComAndroidSupportSupportV42220Library
   :prepareReleaseDependencies
   :compileReleaseAidl
   :compileReleaseRenderscript
   :generateReleaseBuildConfig
   :generateReleaseAssets UP-TO-DATE
   :mergeReleaseAssets
   :generateReleaseResValues
   :generateReleaseResources
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\res\drawable-xhdpi\icon.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\res\drawable-ldpi\icon.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\res\drawable-hdpi\icon.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\res\drawable-mdpi\icon.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\exploded-aar\android\JustepGetContent\unspecified\res\drawable\camera_ok.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
   :mergeReleaseResources
   :processReleaseManifest
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\release\xml\config.xml:41: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
   
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\release\xml\config.xml:42: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
   
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':processReleaseResources'.
   > com.android.ide.common.internal.LoggedErrorException: Failed to run command:
   
回复 支持 反对

使用道具 举报

1

主题

3

帖子

7

积分

新手上路

Rank: 1

积分
7
QQ
发表于 2016-4-4 02:08:33 | 显示全部楼层

   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':processReleaseResources'.
   > com.android.ide.common.internal.LoggedErrorException: Failed to run command:
           C:\Users\95\Desktop\WeX5_V3.4\tools\adt-sdk\build-tools\22.0.1\aapt.exe package -f --no-crunch -I C:\Users\95\Desktop\WeX5_V3.4\tools\adt-sdk\platforms\android-22\android.jar -M C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\manifests\full\release\AndroidManifest.xml -S C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\release -A C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\assets\release -m -J C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\generated\source\r\release -F C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\resources-release.ap_ --custom-package com.bing.takeout -0 apk --output-text-symbols C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\symbols\release
   Error Code:
           1
   Output:
           C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\release\xml\config.xml:41: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
          
           C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\build\intermediates\res\release\xml\config.xml:42: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
          
   
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   :processReleaseResources FAILED
   
   BUILD FAILED
   
   Total time: 21.889 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
   
   C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\cordova\node_modules\q\q.js:126
                       throw e;
                       ^
   Error code 1 for command: cmd with args: /s /c "C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\build\src\platforms\android\gradlew cdvBuildRelease -b C:\Users\95\Desktop\WeX5_V3.4\model\Native\takeout\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://wex5.com/cn/bbs/thread-82002-1-1.html
回复 支持 反对

使用道具 举报

0

主题

1

帖子

5

积分

新手上路

Rank: 1

积分
5
QQ
发表于 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打包就错误了

点评

升级jre http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html  发表于 2017-3-7 21:45
升级jre http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html  发表于 2017-3-7 21:45
我也是遇到这个问题,从头看到尾,这个问题提的最多,但是没有解决方案啊  发表于 2016-7-25 21:42
我的也报这个错  发表于 2016-5-5 13:44
回复 支持 6 反对 0

使用道具 举报

2

主题

5

帖子

25

积分

新手上路

Rank: 1

积分
25
QQ
发表于 2016-4-5 18:05:56 | 显示全部楼层
liangyongfei 发表于 2015-12-1 12:01
【IOS报错问题十】打包时出现下面的错误时一般是打包服务器空间不够用了
****ERROR****: 子任务 "pack" 执 ...

这个 问题 具体怎么解决啊,能支支招吗?
回复 支持 反对

使用道具 举报

3

主题

30

帖子

74

积分

初级会员

Rank: 2

积分
74
QQ
发表于 2016-4-5 23:47:40 | 显示全部楼层
Error: /Volumes/X5/WeX5/model/Native/.workspace/C704ECF41D60000122C51C001B203D60/build/platforms/ios/cordova/build: Command failed with exit code 65
    at ChildProcess.whenDone (/Volumes/X5/WeX5/tools/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:756:16)
    at Process.ChildProcess._handle.onexit (child_process.js:823:5)
****ERROR****: Task "exec" finished with error.
****ERROR****: Target "buildIOS" finished with error.
****ERROR****: Build finished with error.
****ERROR**** 错误信息: exec returned: 1
****ERROR**** 调用栈:
        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.GeneratedMethodAccessor38.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        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.servlet.Pack.a(Unknown Source)
        at com.justep.deploy.app.servlet.Pack.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:745)
回复 支持 反对

使用道具 举报

3

主题

30

帖子

74

积分

初级会员

Rank: 2

积分
74
QQ
发表于 2016-4-5 23:48:46 | 显示全部楼层
置顶帖里 一样问题很多了。但是我并没有看到解决方法?我android可以打包,ios报错,求解决
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-25 23:15 , Processed in 0.059009 second(s), 22 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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