Android & Eclipse 2 different versions of the same app.

Posted by nathan on Stack Overflow See other posts from Stack Overflow or by nathan
Published on 2010-05-16T09:12:00Z Indexed on 2010/05/16 9:20 UTC
Read the original article Hit count: 311

Filed under:
|

Hello I am a beginning android developer using windows and the eclipse IDE to develop java android applications.I have published one game but there is a free version of the game and a paid version. The google market insists that the different versions must have different package names. So far i have been refactoring the package with 2 different names and changing the R resource file import each time i build the different versions. The code is 99% the same for both versions.Is there a better way?

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse