I have an Android app that is available for brands. We used the SDK v15 (4.0.x), and when creating the application through ant we specified package.name = com.blah.brand in the ant script properties. This will allow us to install the same application several times on the device, but each of them will be its own application and settings.
Since upgrading to SDK v16 (4.1), this no longer works, and I cannot find a way to change the packaging name when creating the application. Does anyone know how to do this?
source share