I have one app in the Play Store that I want to update. It's installed on my device currently, and I remember that I downloaded it from the Play Store a while back (to test that process). Now I'm trying to work on a new version, but I can't run my app anymore from Android Studio. I get this:
The device already has an application with the same package but a different signature. In order to proceed, you have to uninstall the existing application.
My app has local data and I don't want to wipe it out. I need to make sure my new version works with the previous version's data, so it's important to update code without a complete reinstall.
What do I do here? I don't have a ton of Android experience yet. I coming from iOS world where this doesn't happen. I can always update the binary from Xcode, whether the current version came from the store or not.