Disable Android Resources
If an Android module doesn't actually have any resources in the src/__/res
directory,
then android.buildFeatures.androidResources
can be disabled.
android {
buildFeatures {
androidResource = false
}
}
If an Android module doesn't actually have any resources in the src/__/res
directory,
then android.buildFeatures.androidResources
can be disabled.
android {
buildFeatures {
androidResource = false
}
}