Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been messing with this error for several days. When I run my app, I get the MapView to open but the map doesn't display. It only shows a grid that you can move around and zoom in and out.

I have generated two new API keys thinking that it was that, but it still doesn't work. And yes, I do have the internet permission under the manifest file.

Please help me. I have searched for hours on end for an answer, and I can't find one.

share|improve this question
Is there anything interesting in logcat? – Hydrangea Sep 17 '12 at 14:34
Are you using the debug key API key? – ePeace Sep 17 '12 at 14:44

1 Answer

up vote 0 down vote accepted

Are you definitely using an API key generated from your debug keystore and specifying appropriately in your layout? If you generate the API key from your own private key then it will not work when you send debug versions to your device, because they are signed with the debug key.

The guide to getting the MD5 of your Debug Certificate.

share|improve this answer
That was it! Thank you! I was using the jdk keytool and signing my application. It was a mess! Thank you so much! – user1513687 Sep 17 '12 at 16:42
No problem, glad to help. – Ankhwatcher Sep 18 '12 at 8:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.