Reputation: 11
I recently created an update of my android app but when happens when i run or install it, it installs a fresh copy of the app instead of updating it. The first app whose designed using eclipse, the update was created using Android studio. Kindly help me identify what is causing this.
Upvotes: 1
Views: 384
Reputation: 1812
You certainly changed the application Id of your application.
Check the old AndroidManifest.xml
file and compare package with the application Id on your new app/build.gradle
file.
Hope that it helps.
Best regards.
Upvotes: 1