Google Map Android Api V2 Sample Code not working

后端 未结 8 1485
生来不讨喜
生来不讨喜 2020-12-09 11:19

I had tried to use the Google Map Sample Code before which was provided in Google_Play_SERVICE/SAMPLE by using all the available options and it showed the below

8条回答
  •  死守一世寂寞
    2020-12-09 11:46

    A common reason for this is not registering the correct keys in your Google API console. Specifically, if you are launching directly from Eclipse, your app is not being signed with your release key, but instead with your debug key. Make sure you register both key fingerprints + package names in your console. It helps to check you have your package names correct, too.

    Here is a link to how to find your debug certificate fingerprint. Look under the section 'Displaying the debug certificate fingerprint'

提交回复
热议问题