Search code examples
androidandroid-studio-2.0

how to run same android app with different name in one device?


I build a two apk from same source code . both have Different name,icon background .i changed only UI and app name tow app have same package, my problem is I can't install this both app on same device .when I try to install facing error message .

How I can run this two application (build from same source just change name and icon) on same device .? what are the values I should change in application to run this app separately .?

Kindly Give me a hand with this


Solution

  • You need to change package name to make Android System detect your 2nd app as different from first. App name doesn't matter.