After building a signed app bundle
for my Android app, sudden unresolved reference
errors started appearing everywhere in the code.
Though the app still compiles and installs successfully, there are errors everywhere.
Also a few interfaces
and data classes
contained garbage data instead of code.
I've tried:
- Rebuilding the project.
- Cleaning the project.
- Invalidating the cache for the Android Studio.
- Cloning the whole repo in a separate directory and starting all over again. (Still, errors)
But no success.