-3

In Android studio XML I tried to type in TextView but its not automatically suggesting and autocompleting it for me. Could any one please help me with this?

i.stack.imgur.com/bVao4.png

Sheharyar
  • 73,588
  • 21
  • 168
  • 215

1 Answers1

1

Try This. From Menu File -> Invalidate Caches/ Restart -> Invalidate and Restart

touhid udoy
  • 4,005
  • 2
  • 18
  • 31
  • Okay let me check – Mutharasan Nov 24 '18 at 10:57
  • Thank you this works. May I know what is the reason..?? – Mutharasan Nov 24 '18 at 10:58
  • 1
    Caches get outdated, they need to be cleared and refreshed sometimes. If this answer helped you, you should upvote and accept the answer. – Sheharyar Nov 24 '18 at 11:03
  • Sometimes android studio can't resolve the libraries included properly due to many scenarios( like internal conflicts etc). When you delete and rebuilt all the caches, it newly builds the caches, references again. So it works fine. Accept the answer as it solves the problem :) – touhid udoy Nov 24 '18 at 11:04