[android-developers] Building several versions of an app from the same source
Hello Android gurus,
I would like to build 2 versions ( free and paid ) of my app from the
same source. Both should be installable at the same time.
Here's (hopefully) the full list of differences between the two:
- android:icon
- android:label
- value of one constant in the code
- and since both should be simultaneously installable, I guess I will
need to change the namespace, too.
What do you recommend? Any automatic solutions to this ( I guess
fairly common ) problem?
I am aware of custom Ant scripts ( like in
http://java.dzone.com/articles/building-two-versions-same ) however,
any way to configure it in Eclipse?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home