Here's the sort of thing I'm experiencing:
When I hover over any of the attributes like android:id
, for example, I see the following:
Attribute android:id is not allowed here
I've tried cleaning the project, syncing the project with Gradle files, rebuilding the project, and lastly, invalidating caches and restarting. Yet, nothing I do seems to fix it.
Any help would be highly appreciated.
Edit: Problem was solved by deleting, recloning, and rebuilding the project.