0

I've just updated my Android Studio to 3.2 version. In my html layout I see that some ids are red and message is cannot resolve symbol '@id/...

enter image description here

As you can see at the picture, element with the not resolved id is declared just above. App builds without any problem.

Any ideas about fix?

Vitalii
  • 10,091
  • 18
  • 83
  • 151

1 Answers1

1

Easiest way I have found to deal with this is to close the project and re-import it.

File -> Close Project
Import Project(Gradle, Eclipse ADT, etc.)

This bug drives me absolutely insane. I hope this helps someone else!

rOOb85
  • 163
  • 3
  • 10