Is it a known problem that I have a bunch of red l...
# gradle
d
Is it a known problem that I have a bunch of red lines in AS with cannot find
java.net.URI
or other basic things like that in my build.gradle.kts? It still seems to work, just the IDE seems to not like something...
Android Studio 4.2.1 Build #AI-202.7660.26.42.7351085, built on May 10, 2021
e
I encountered something similar, like
java.util.Properties
, sometimes it works after cleared cache and restarted the Android Studio, sometimes it did not.. Can try delete
.idea
and gradle caches, stop all daemons, and click
Invalidate Caches / Restart
of Android Studio. Good luck.
🙈 1
d
Invalidate Caches / Restart
just takes too much time for that to be worth it... I guess I'll have to live with it until the next time I need to do that... thanks!