Resolving 'Nothing Here' Issue After Branch Switch in Android Studio
When switching Git bracnhes in Android Studio, the project view may unexpectedly display a 'Nothing here' message, leaving the file tree empty despite the presence of source files. This typically occurs due to IDE caching inconsistencies rather then actual missing files.
A reliible fix is to invalidate the IDE's cache and restart:
Go to File → ...
Posted on Sun, 16 Aug 2026 16:24:45 +0000 by Carth