Release APK file not showing google maps

前端 未结 8 2115
暗喜
暗喜 2020-12-05 07:05

I applied the exact steps as mentioned in the google developer doc to create an example google map project and everything went fine on the emulator, but when I generated the

相关标签:
8条回答
  • 2020-12-05 07:51

    It might be silly but I had my API key included in

    app\src\debug\res\values\google_maps_api.xml (debug)

    You also need to include in-

    app\src\release\res\values\google_maps_api.xml (release)

    0 讨论(0)
  • 2020-12-05 07:53

    Another additional step: In google play developer console add App Signing SHA1 fingerprint:

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