Open MBalazs1234 opened 3 months ago
I had the same problem
The Android Gradle plugin upgraded with the following settings on in the gradle.properties file.
android.nonFinalResIds=false
android.nonTransitiveRClass=false
This seems to have worked for us. The longer term solution is still to move to ViewBinding however.
I changed from R to R2 but the ID underlines it with the following text:
Static member 'null.R2.id' accessed via instance reference
and when I try running the code it throws this error: