Since I got my Mac, I’ve encountered some problems when pulling my projects from Github.
The app still works even though Android Studio does not recognize some classes.
However, it is very annoying that I have to remove the import lines and write them again every time I pull my project from Github.
Could the problem be that I use a Mac while my colleagues who work on the same project use Windows?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
My problem was solved after I cleared the system cache.
If you have the same problem, just follow these steps:
Maybe try rebuilding the project (Build -> Rebuild Project). Hopefully that helps.