Read Time:29 Second
Share Google Android API Key in Eclipse with other team members
Basically, default debug keystore is stored in /Users/{NAME}/.android/debug_keystore
1. Set SVN Repository and Checkout to the computer, which contains the file “debug.keystore”
2. In Eclipse, File->Preference->Android->Build.
3. Set “Custom debug keystore” to “debug.keystore” file in SVN Checkout Directory
Then, do not need to change API key for each computer and can share it.
When distribute your Android APP, you need to replace API key to product ready key(?).
[NEED MORE INFORMATION ABOUT PRODUCT READY KEY]