I am working with a team using Eclipse to develop for android. We often run into an issue that when a different developer has compiled the apk it won’t install on the device with out uninstalling the app that was compiled by a different developer/machine. I am assuming this is because of the automated signature process that eclipse runs when compiling.. but cant figure out how to change the settings/create a signature that we can all use. our project is shared via SVN..
any help would be appreciated
For production, use only one keystore that only the leader has, or give a copy to everyone (not recommended).
For development, pick your favorite machine, and take it’s debug.keystore from ~/.android/debug.keystore. Then either paste it into the same location on the other machines, overwriting the existing one, or configure eclipse to use it as the debug keystore in the settings (Check in Android -> Build).