Re: [android-developers] Multiple versions of app with different package names

2010-01-08 Thread Mark Murphy
BrianS wrote: > Hi-- > > I need to be able to easily create different "flavors" on an app, each > with a unique package name so that they can coexist on the same > device. Is there a simple way this can be done, which doesn't require > manually updating all the imports and other references to the

[android-developers] Multiple versions of app with different package names

2010-01-08 Thread BrianS
Hi-- I need to be able to easily create different "flavors" on an app, each with a unique package name so that they can coexist on the same device. Is there a simple way this can be done, which doesn't require manually updating all the imports and other references to the package name each time I c