[android-developers] Re: Building several versions of an app from the same source
It can be quite difficult to properly maintain two sets of code, but
it looks to me that your on the right track... At least as well as any
of us.
The market is shim ply not built to handle a free/paid version well.
It could be, but it doesn't seem to be a priority to the market folks.
The biggest hurdle your going to have with what your doing are with
things like content providers, which have a problem with two app using
thus same authority.
- Brill Pappin
On Dec 19, 7:16 am, Utumno <lkoltun...@gmail.com> wrote:
> 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 inhttp://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