Android Question [Solved]Putting a second app on my phone

Ricky D

Well-Known Member
Licensed User
Longtime User
I am only developing apps for my personal use.

I first created a Taxi app for my work.

Now I have created a new app.

When I run the new one the Taxi one disappears.

Then if I compile the Taxi one the new app disappears.

How do I fix this?
 

klaus

Expert
Licensed User
Longtime User
What names do you give your programs?

You should change the ApplicationLabel.
upload_2017-11-16_19-2-35.png


And the Package name in Build Configuration in the Project menu.

upload_2017-11-16_19-5-14.png
 
Upvote 0

Ricky D

Well-Known Member
Licensed User
Longtime User
Yes, but the text diplayed below the icon on the screen is the ApplicationLabel !
So, it's good practice to change both.
Thanks for your help. Changing the build configuration fixed it :)

I was already changing the label in the activity so changing it in the build configuration was also what was needed.
 
Last edited:
Upvote 0
Top