zoukankan      html  css  js  c++  java
  • FAILURE: Build failed with an exception. Crunching Cruncher screen.png failed

    自己测试ionic的模板项目cutePuppyPics时,按照https://github.com/driftyco/ionic/blob/2.0/CHANGELOG.md#angular-update-to-200-rc1  升级Angularjs版本后,运行cordova build android 编译项目时总是报如下错

    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':mergeDebugResources'.
    > Some file crunching failed, see logs for details
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    
    BUILD FAILED
    
    Total time: 4.738 secs
    Error: Error code 1 for command: cmd with args: /s,/c,"G:ViolacutePuppyPicsplatformsandroidgradlew cdvBuildDe
    bug -b G:ViolacutePuppyPicsplatformsandroiduild.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=t
    rue"

    再试试运行ionic build android,报错信息如下:

    :generateDebugResValues UP-TO-DATE
    :generateDebugResources UP-TO-DATE
    :mergeDebugResourcesAAPT err(Facade for 127747075): libpng error: Read Error
    FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':mergeDebugResources'.
    > Crunching Cruncher screen.png failed, see logs

    * Try:

    BUILD FAILED

    Total time: 3.835 secs
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    Error: Error code 1 for command: cmd with args: /s,/c,"G:ViolacutePuppyPicsplatformsandroidgradlew cdvBuildDe
    bug -b G:ViolacutePuppyPicsplatformsandroiduild.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=t
    rue"

    最后原因竟然是因为在运行ionic resources的时候,生成的图片有一张出错,重新生成之后,再运行就没有问题了。

  • 相关阅读:
    【Linux】5.5 Shell运算符
    【Linux】5.4 Shell数组
    【Linux】5.3 Shell字符串
    【Linux】5.2 Shell变量
    【Linux】5.1 Shell简介
    【Linux】3.11 包管理工具(RPM和YUM)
    【Linux】3.10 进程管理(重点)
    【Linux】3.9 网络配置
    【Linux】3.8 Linux磁盘分区、挂载
    【Linux】3.7 定时任务调度
  • 原文地址:https://www.cnblogs.com/viola-sh/p/5557138.html
Copyright © 2011-2022 走看看