Google Maps Android API v2: Failed to Load Map. Could not contact Google Servers

前端 未结 7 841
梦毁少年i
梦毁少年i 2021-01-18 05:29

I\'m trying to use Google Maps Android API v2, and I have already created the SHA1 key from my release cert.

I\'ve read the comments from here and have made everythi

相关标签:
7条回答
  • 2021-01-18 06:31

    As this time you are using

    <permission
      android:name="com.example.permission.MAPS_RECEIVE"
      android:protectionLevel="signature"/>
    <uses-permission android:name="com.example.permission.MAPS_RECEIVE"/>
    

    are you sure that you package name is com.example, if not then replace com.example with actual package_name

    0 讨论(0)
提交回复
热议问题