Ricky D Well-Known Member Licensed User Longtime User Nov 16, 2017 #1 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?
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 Nov 16, 2017 #2 What names do you give your programs? You should change the ApplicationLabel. And the Package name in Build Configuration in the Project menu. Upvote 0
What names do you give your programs? You should change the ApplicationLabel. And the Package name in Build Configuration in the Project menu.
Misterbates Active Member Licensed User Nov 16, 2017 #3 The package is the key thing to change - Android uses the package as a unique application identifier. Upvote 0
The package is the key thing to change - Android uses the package as a unique application identifier.
klaus Expert Licensed User Longtime User Nov 16, 2017 #4 Yes, but the text displayed below the icon on the screen is the ApplicationLabel ! So, it's good practice to change both. Last edited: Nov 17, 2017 Upvote 0
Yes, but the text displayed below the icon on the screen is the ApplicationLabel ! So, it's good practice to change both.
Ricky D Well-Known Member Licensed User Longtime User Nov 17, 2017 #5 klaus said: Yes, but the text diplayed below the icon on the screen is the ApplicationLabel ! So, it's good practice to change both. Click to expand... 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: Nov 17, 2017 Upvote 0
klaus said: Yes, but the text diplayed below the icon on the screen is the ApplicationLabel ! So, it's good practice to change both. Click to expand... 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.