美文网首页
A failure occurred while executi

A failure occurred while executi

作者: 全汪汪 | 来源:发表于2018-03-25 10:16 被阅读0次

    从git上git下来的项目,之前用其他电脑都没有问题,各种查阅网上资料说是9.png的问题,于是在gradle.build里加了跳过检查错误9.png的错误。

    然而并无多大用处,还是报了一样的错误。又经过一轮的百度,看到了一篇文章

    https://blog.csdn.net/runner__1/article/details/53482565

    然后我也用了gradlew compileDebugSources --stacktrace -info  命令试了一下,看到gradle console里提示AAPTerr: No Delegate set : lost message:\\?\C:\...\build-cache\...\*.png ERROR: Unable to open PNG f

    然后百度找到了这篇文章

    https://blog.csdn.net/zhangping2015/article/details/71338266

    大概就是说问题出现在2.3 Android studio默认是缓存图片的,而我的3.0是直接从2.3升过来的(估计是遗留的问题),因此我在gradle.properties中添加了android.enableBuildCache=false 即可!

    真是尴尬,这绝对是android studio的bug

    相关文章

      网友评论

          本文标题:A failure occurred while executi

          本文链接:https://www.haomeiwen.com/subject/hnrhcftx.html