Release several android applications with same code base

前端 未结 1 1062
梦谈多话
梦谈多话 2021-01-12 15:35

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

相关标签:
1条回答
  • 2021-01-12 16:08

    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.

    0 讨论(0)
提交回复
热议问题