I'm getting a list of random errors when I re-run my app in Android Studio, both with "run app" and "apply changes". I have to clean and rebuild, then it works. Error like these:
Program type already present: androidx.transition.R
Duplicate resources
error: class BuildConfig is public, should be declared in a file named BuildConfig.java
Program type already present: androidx.recyclerview.R$drawable
Program type already present: androidx.lifecycle.extensions.R$style
Type loadImageToStorage$2
is defined multiple times:
Why am I constantly getting these messages? Its slowing down my work tremendously.
It mainly seems to be about duplicate resources, but it always clears when I go do "build" and then run it.
I have uninstalled Android Studio completely, and reinstalled, and I still have the same problem. Running on mac.
Thanks so much.