when I tried to update my applcation with new version that has same signature as previous one, shows above error.
What I am missing?
If you install the application on your device via adb install you should look for the reinstall option which should be -r. So if you do adb install -r you should be able to install without uninstalling before.
adb install
-r
adb install -r
1.4m articles
1.4m replys
5 comments
57.0k users