Closed vsevjednom-cz closed 3 years ago
I don't know/ Somehow AndroidStudio is not figuring (somtimes) that this code is autogenerated...
You can try to Build -> Rebuild Project.
I also have this sometime :man_shrugging:
This is some problem in Android studio with Java 11: https://issuetracker.google.com/issues/180946610 🤪
This is some problem in Android studio with Java 11: https://issuetracker.google.com/issues/180946610 zany_face
Same issue with Android Studio Arctic Fox 2020.3.1... so waiting for a new Studio release. It's not a problem for developing but an it's a little bit uncomfortable.
Describe the bug Android Studio shows
*Binding
in red color. Everything still works without problem 🤪.To Reproduce
AboutActivity
for example.de.dennisguse.opentracks.databinding
andAboutBinding
are in red color with this error:Package not found: de.dennisguse.opentracks.databinding
JavaVersion.VERSION_11
withJavaVersion.VERSION_1_8
inbuild.gradle
- I figured it out after too much testing.Technical information
Or is this some problem on my side?