Skip to content Skip to sidebar Skip to footer

Release Several Android Applications With Same Code Base

Hi: I want to release multiple applications to android marketplace which are all very slightly customized based on a code base. I can't just change the package indentifier in the A

Solution 1:

You need to create a library project and reference it from every of your apps. Latest versions of ADT plugin allow this. Go to the project properties, android page, you'll see a 'library' checkmark there. Reference to the library is also setup on the page.


Post a Comment for "Release Several Android Applications With Same Code Base"