Some file crunching failed, see logs for details

Android开发中,出现 Some file crunching failed, see logs for details 情况一般是图片问题,可以在build下
添加

    aaptOptions {
                 cruncherEnabled = false
                 useNewCruncher = false

            }

或者把资源目录下的图片,重新替换下,里面有可能存在损坏了的图片,有可能你把jpg,改变为png,引起的

猜你喜欢

转载自blog.csdn.net/chameleon_zhao/article/details/52787330
今日推荐