I added in my build.gradle file following:
android {
...
buildFeatures {
viewBinding = true
}
...
}
}
I have a activity with many, many views (the customer want it so), and this throws following error:
Is there a solution for this problem?