Search Everywhere is not working fine in Android Studio 3. When I type anything, it doesn't show up. Take a look at screenshot below, typed AndroidManifest but no result.
If I look for any layout file, it shows file reference in R.layout file.
Searching for a layout file and getting results from R file.
Searching for AndroidManifest and its asking to create a new file :/
EDIT:
Ctrl + Shift + N doesn't work as well.
Tried restarting AS but no luck.
Go to File -> Invalidate Caches / Restart...
Once you have restarted the search index will be rebuilt.
Search in Android Studio is not reliable. Since so much programming really needs searching to work and work EVERY TIME (and since invalidating caches and restarting is NOT AN OPTION for each time you need to search) I have the following old-school but reliable solution:
Make sure your working directory is the base directory of your project. Type:
grep -r 'pattern' .
--include "*.java"
or --include "*.xml"
to speed things up.And the best part? It Works!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With