Please excuse my bad English, I'm French!
I have a question about my Android application ... I want to integrate a google map, so I followed the tutorial (from Google Developer), but when I try to use Google Demo, I have an empty map! Nothing is displayed, and I have this error:
06-17 14:34:29.067: E/Google Maps Android API(29152): Authorization failure. Please see https://developers.google.com/maps/documentation/android/start for how to correctly set up the map. 06-17 14:34:29.067: E/Google Maps Android API(29152): Ensure that the following correspond to what is in the API Console: Package Name: com.example.mapdemo, API Key: AIzaSyBWkgi7WlIhPRT8UQtxyIlz4yr9UZ3qE5c, Certificate Fingerprint: ADFDA5FBEEFC1C02BEFD197CD30B3A581327107D 06-17 14:34:29.887: E/Google Maps Android API(29152): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
I ran this command to get SHA-1:
C:\Program Files\Java\jdk1.7.0_21\bin>keytool -list -alias androiddebugkey -keystore C:\Users\AZS\.android\debug.keystore -storepass android -keypass android -v
And package name: com.example.mapdemo
I have activated Google Maps Android API v2 and Google Maps API v2 in the service tab.
But this does not work ...
Do you have an idea?
Thanks a lot!
source share