Has anyone had issues with Android Studio providing false compiler errors?
I'm having weird situations start to show up.
• I make a change (e.g. I change one argument in a function, maybe I add an unused string argument with a default value)
• When building in the IDE, suddenly I start getting compiler errors saying that completely unrelated functions are "unresolved references"
• These errors only show up in the Build Output, the code viewer shows no sign of any error
• Running the build directly via
gradlew
results in a completely successful build with no errors
I've invalidated caches, I've done an IDE repair, I've rolled back versions (I was on Iguana RC1, I rolled back to Beta 2. I've uninstalled completely and installed Hedgehog, I've rebooted, I've synced with Gradle, nothing seems to resolve it.