AAPT err(Facade for 1660295362): libpng error: Not a PNG file

具体问题体现在:

AAPT err(Facade for 1660295362): libpng error: Not a PNG file


Error:Execution failed for task ':mergeDebugResources'.
> Some file crunching failed, see logs for details


android {
    compileSdkVersion 22
    buildToolsVersion "23.0.3"
    aaptOptions.cruncherEnabled = false
    aaptOptions.useNewCruncher = false
配置上带false的两个属性即可解决

你可能感兴趣的:(AAPT err(Facade for 1660295362): libpng error: Not a PNG file)