Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find usage of id not working in Android Studio on Windows

I selected an id in XML, mouse right click, find Usage shows no occurrence of id even Id exist in java file. And if i do the same in Mac its finding it.

So is there any cache issue or something else ?

like image 964
squiroid Avatar asked Mar 04 '15 16:03

squiroid


1 Answers

To fix the autocomplete go to:

File -> Invalidate Caches -> Restart -> Click at Invalidate and Restart

like image 105
josedlujan Avatar answered Sep 28 '22 15:09

josedlujan