Android Question Conditional Compilation: How to change Packet name?

Creideiki

Active Member
Licensed User
Longtime User
When I understand correctly, I can change the whole code inclusive the project attributes with conditional compilation.

But how can I change the project name (as set in Build Configurations -> Package)?

I want to compile a part of the main app as a separate app with own package name, version etc.
 

DonManfred

Expert
Licensed User
Longtime User
Each Configuration can have a different packagename.
Create a configuration xy and use the commandlinebuilder to build a app using configuration xy
 
Upvote 0
Top