When I try to deploy my project to the emulator the compile fails with a bunch of Cannot find symbol errors. I have to rebuild the project then deploy everytime I make a cha
I used the following answer and it worked great:
https://stackoverflow.com/a/19223269/1531683
You can do "File" -> "Invalidate Caches...", and select "Invalidate and Restart" option to fix this.