<@UH87D6LPQ> Can't say for sure, but you might try...
# android
d
@tjohnn Can't say for sure, but you might try deleting the imports then having Android Studio add them back for you and see if that helps. It's worked for me in the past with similar issues.
t
Hi, thanks, I have tried but it did not get resolved. Not sure why this is happening
w
For me it sometimes work to invalidate caches, but also to remove
.idea
folder from the project. I typically just do
git clean -fxd
(
git clean -fxdn
to preview what will be removed)