0

I used this advice to help get my .gitignore working. After I ran the commands, the gitignore was working, but Android Studio went completely haywire, possibly because I deleted some cached files with that command.

I have issues like this: enter image description here

In red, you can see how the ApplicationTools class isn't showing up, despite being right there in the project explorer. In blue, The NotificationHelper class is used at the bottom, but Android Studio is marking it as if it's not.

This is a very weird problem. Any help would be appreciated.

kevin.k
  • 11

1 Answers1

0

AndroidStudio -> invalidate caches & restart

Maxim Firsoff
  • 2,038
  • 22
  • 28