Reputation: 614
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
Reputation: 131
Open app level build.gradle file then under the android section there is an applicationId. You need to change it too.
Upvotes: 1