Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Authorization failure. Please see https://developers.google.com/maps/documentation/android/start for how to correctly set up the map.
  2.  
  3. Ensure that the following correspond to what is in the API Console: Package Name: com.example.rchat, API Key: AIzaSyCvFmp6pNM6LHn4AEuWvztuePsIQNLPtZo, Certificate Fingerprint: E2C6F24150FD2483E06F709DF128962CEF35A63E
  4.  
  5. Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
  6.  
  7. <meta-data
  8. android:name="com.google.android.gms.version"
  9. android:value="@integer/google_play_services_version"
  10. />
  11.  
  12. <permission
  13. android:name="com.example.rchat.maps.permission.MAPS_RECEIVE"
  14. android:protectionLevel="signature" />
  15.  
  16. <uses-permission android:name="com.example.rchat.maps.permission.MAPS_RECEIVE" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement