0

HELO ANY SUGGESTION WOULD BE HELPFUL. Error:Execution failed for task ':app:mergeDebugResources'.

Error: Some file crunching failed, see logs for details

Error:Some file crunching failed, see logs for details

WHENEVER I RUN MY ANDROID APP IT SHOWS THE FOLLOWING MESSAGE. I HAVE ALSO RESTARTED MY PC AND ANDROID STUDIO SOFTWARE AND ALSO CREATED A NEW PROJECT. BUT STILL HAVING THIS PROBLEM.

RAHI
  • 21
  • 1
  • 1
  • 2

1 Answers1

1

Try this. This may help you

android {
    aaptOptions {  
                cruncherEnabled = false  
            } 
        }

One more thing, Make sure to clear cache and rebuild project.

Samir Bhatt
  • 3,041
  • 2
  • 25
  • 39