Android Question Problem #ApplicationLabel:

parijs

Active Member
Licensed User
Longtime User
I have 2 apps

1:
#Region Project Attributes
#ApplicationLabel: informatie
#VersionCode: 2
#VersionName: 1
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#End Region

2:
#Region Project Attributes
#ApplicationLabel: Food
#VersionCode: 2
#VersionName: 1
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#End Region

If I put 1 on my phone it overwrites 2 and otherwise vice versa.

And I miss the missing Build Configurations
 

Attachments

  • b4.jpg
    b4.jpg
    75.3 KB · Views: 49

Brian Dean

Well-Known Member
Licensed User
Longtime User
Have you set different package names in the Project ->Build Configuration dialogue?

Edit : Okay - I have seen your problem now in the Build Configuration menu. How about trying Ctrl-B which is normally the short-cut?
 
Upvote 0
Top