Failed to crunch file – Android studio (app:mergeDebugResources)
Failed to crunch file means studio can’t process the file. Its too long and it has reached the max file path line of the operating system. -> Crude way to solve it is move the project to some folder in “C:\”. -> Better way is to change the build directory of the project in the … Read more