Android Question Apps overwrite each other

Laurie

Member
Licensed User
Longtime User
I have two versions of an app with different data (Two golf courses)
Project Attributes
#ApplicationLabel: different titles in each app

When I load the second app it overwrites the first one.
How can I cause them both to load?
 

JohnC

Expert
Licensed User
Longtime User
You need to give each app a unique "package name".

Your app's package name is specified in the IDE: select Project...Build Configurations...Package
 
Upvote 0
Top