Android Studio – ViewBinding with Java11, AndroidStudio always shows error (but runs without any problem)
I notice that with Java8 there is no problem with viewBinding in AndroidStudio (Arctic Fox). compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } buildFeatures { viewBinding true } However, once I set compileOptions to JavaVersion.VERSION_11, AndroidStudio always falsely shows viewBiding(s) errors…