I’ve looked around a bit and can’t seem to find an answer. I just inherited a halfway done android app project and the Maps don’t seem to work.
I see there is an API Key in the xml file, but is there a way to know if it is still valid ?
Thanks.
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.
The maps API key is tied to the certificate that you’re using to sign the APK. This will be different for each Android SDK installation. If another developer has been working on this previously, you’ll need to generate a new key based upon your SDK Debug Certificate http://code.google.com/android/add-ons/google-apis/mapkey.html#getdebugfingerprint then generate a new API key http://code.google.com/android/add-ons/google-apis/mapkey.html#registering