It's pretty easy to figure out. Here are the detailed steps: In Eclipse, choose Window / Preferences. Navigate to Android / Build. Note the location of the Default debug keystore file. Copy the defualt keystore file to someplace where it can be shared among developers, such as the the code repository or the project's folder. In the Android / Build properties, set the Custom debug keystore to the shared keystore location.
The shortcoming of this technique is you can set only one Android keystore for Eclipse, even if you are working on several Android projects from different developer groups with different shared keystores. There may be some clever ways around this or we could ask for an enhancement for the Android SDK if this is a problem for many developers. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

