https://kotlinlang.org logo
#android-studio
Title
# android-studio
r

Rihards

07/05/2022, 8:43 AM
Hi! I wanted to move from Android Studio Bumblebee to Android Studio Chipmunk, but now all places where
requireView()
is called are coloured red as unresolved reference. It’s a bit annoying - is there any way I can change that?
d

Dhaval Gondaliya

07/05/2022, 9:39 AM
what is actual error? It will show in popup box in android studio.
r

Rihards

07/05/2022, 11:35 AM
Not showing as unresolved reference after I went back to Bumblebee and then started Chipmunk from the beginning. I did quite a lot actions so not sure what of them helped. Maybe something cache related. 🤔
👍 1
k

kevindmoore

07/05/2022, 4:46 PM
I’ve found that AS is pretty flaky. You might have to do a clean build and/or restart Android Studio
r

Rihards

07/06/2022, 6:00 AM
I did that already, but issue remains also on AS Dolphin Beta 4😑
@Dhaval Gondaliya if you’re still interested what’s the error
9 Views