We are using a Google MapView in our application but on different computers we must use different API keys, otherwise the MapView doesn’t display anything.
Is there a way to set one key for all developers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the debug signing key, copy your debug keystore (e.g.,
~/.android/debug.keystore) between developer PCs, and remember to update all of them again when that keystore expires.For the production signing key, copy the production keystore between developer PCs.
Note that I have not tried copying keystores between Windows and non-Windows (OS X, Linux), so I don’t know if there are any possible issues there related to line endings.