Ensure that the “Google Maps Android API v2” is enabled. I am getting this error when I try to Implement Google Maps

后端 未结 11 1741
执笔经年
执笔经年 2020-11-29 03:39

I am working on google maps and I am getting this error. I had done the following things:

  1. Got My sha1 fingerprint.

  2. Registered my project and

11条回答
  •  迷失自我
    2020-11-29 04:12

    you may need to add new SHA-1 Certificate fingerprints to your API key application restrictions page:

    to generate a SHA1 Certificate fingerprints for your debug build, use keytool of java jre as the following example command:

    C:\Program Files\Android\Android Studio\jre\bin>keytool -list -v -keystore C:\Users\linhd\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android
    

提交回复
热议问题