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

前端 未结 3 597
失恋的感觉
失恋的感觉 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:07

    If you have tried other suggestions, note that there are 2 google_maps_api.xml files in your project, under src/debug and under src/release/. Make sure that the latter has a Google Maps API key for your signed APK release to function correctly.

    Project file screenshot:

    Project file screenshot

提交回复
热议问题