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
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.