There is any way to setup the application to have multiple targets, for example i want to build for development, testing and release. Is this possible?
It’s possible to install the same app twice on the phone, if i want to have installed development version and release version. Is this possible?
Thanks,
The only way I know of is to use maven and use the
renameManifestPackageoption. See this question.