tomtom
tomtom

Reputation: 614

Why android studio apk rewrite my old App on installing to Android device?

I have crate a copy of my old android project and made lots of update and change Android name as well from Android Manifest. But when ever I install this new App to android device , it just erase my old app and install my current app. How can I keep both old and New Apk on android app ?

Upvotes: 0

Views: 86

Answers (1)

Open app level build.gradle file then under the android section there is an applicationId. You need to change it too.

Upvotes: 1

Related Questions