Android Question Two Apps with the same sourcecode

stephans

Member
Licensed User
Hi,

I have develop a small app. The app ist running fine an installed on the mobile. With the same source code but with differnt changes iI have develop a second app.
I need both apps on my mobile. If the first app installed on the mobile an I try to install the second one, the first app will be deinstalled.
The same if I install the second app at first on the mobile.

How can I install both apps on my mobile
Thanks in advance
stephans
 

JohnC

Expert
Licensed User
Longtime User
Just make sure the second app has a unique package name (see tip #2 in my signature).
 
Upvote 0

cambopad

Active Member
Licensed User
Longtime User
Change the package name of the second app to different one. For example: com.myapp.app1, com.myapp.app2
 
Upvote 0
Top