Some File Cruching Failed!
The basic fix to solve this problem is to just disable the cruncher by adding this line in the app's build.gradle file
android {
aaptOptions {
cruncherEnabled = false
}
}
Comments
Post a Comment