Google map not loading on normal devices but loads on test device(real device)

前端 未结 3 592
失恋的感觉
失恋的感觉 2021-01-07 12:24

I have a google map in my android application, i have got the api key in my app from Google api console and it sucessfully loads the map in my test device and to those devic

3条回答
  •  春和景丽
    2021-01-07 13:14

    Someone new drop here can use the followig:

    keytool -list -printcert -jarfile app.apk
    

    Add the new SHA1 to api console and map should start showing map and markers.

提交回复
热议问题