I cannot add a ninepatch png to my project because of this build error:
Information:Gradle tasks [:app:assembleDebug] Error:Some file crunching failed, see logs for details Error:Execution failed for task ':app:mergeDebugResources'.
Error: Some file crunching failed, see logs for details Information:BUILD FAILED Information:Total time: 11.955 secs Information:2 errors Information:0 warnings Information:See complete output in console
Fact: I have already added one which runs perfectly, the other one is made with the very same methodology, same boundaries and stuff yet makes build error.
I have tried:
- Clean
- Rebuild project
- Restart AS
- Restart PC
- Made nine patch with Photoshop
- Made nine patch with AS built in nine patch maker
- Various naming conventions
- Shorten the dir path of the project
- Adding crunch: false to gradle
Extra wtf:
- If i just copy the pixel contents of the not working nine patch to the working one the error appears.
Also, the error says "see logs"
Where are the logs???
Because its not in logcat thats for sure.
Please help if you can. This drives me nuts. Im really interested why I have to spend half a day with an image import.