After updating Android Studio 2.0 with Gradle version 2.10, I am getting this below metioned issue.
Note:The same project working fine in Android Studio 2.0 with Gradle version 2.8
I have reviewed all my images, don't know what will be the problem.
The same problem has posted in code.google.com
Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies]
:app:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareAppcorlibAdaptersReleaseLibrary
:app:prepareAppcorlibAmpReleaseLibrary
:app:prepareAppcorlibNetClientReleaseLibrary
:app:prepareAppcorlibReleaseLibrary
:app:prepareAppcorlibRtfconverterReleaseLibrary
:app:prepareAppcorlibTradingReleaseLibrary
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources
:app:mergeDebugResources
AAPT err(Facade for 1563428392): libpng error: Not a PNG file
Error:Execution failed for task ':app:mergeDebugResources'.
> Some file crunching failed, see logs for details
Information:BUILD FAILED
Information:Total time: 3.951 secs
Information:1 error
Information:0 warnings
Information:See complete output in console