I have ten Android projects in one folder. For each project, I can use ant debug
to build it. So it is no problem to write a simple script to compile all these proj
have a look at this article, especially where it starts mentioning key.store.password
. I've used it without troubles.
Basically you should create some secure.properties
file local to your (build) machine, that has to be kept relatively safe, e.g. not accessible to everyone or not stored for everyone in source control. That file stores the passwords as properties with the right names, and it's imported into project ANT build file.