Luckjoe Wamundila
Luckjoe Wamundila

Reputation: 11

Android app installs new instead of updating

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

Answers (1)

Rodrigo Henriques
Rodrigo Henriques

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.

AndroidManifest.xml app/build.gradle

Hope that it helps.

Best regards.

Upvotes: 1

Related Questions