Android/Eclipse: Creating multiple builds with different com identifiers.
Posted
by
Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2011-01-16T09:33:55Z
Indexed on
2011/01/16
9:53 UTC
Read the original article
Hit count: 207
Hi,
I have an app that requires two builds - one is a demo app, the other uses the same codebase but uses a flag to introduce different functionality.
The identifier must be different each time (e.g. com.siteA.appA and com.siteB.appB).
However it doesn't appear to be trivial to use the refactor functionality in Eclipse to change the com identifier - all references change apart from the "import com.siteA.appA.R" reference.
Is there a way to create different builds with different com identifiers/app name within Eclipse?
Thanks
© Stack Overflow or respective owner