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

Popular posts from this blog

Styling Bottom Navigation

Lottie Animation in Android

Set Up the AWS Mobile SDK for Android