Android: Google Map v2 not showing map for release apk

后端 未结 16 1567
感情败类
感情败类 2020-12-08 16:04

My google map app works fine on device with debug google map API KEY but when I create signed apk for my app with release google map API KEY, it does not display map. To gen

16条回答
  •  一整个雨季
    2020-12-08 16:35

    create another Maps API key (to put in your manifest) corresponding with you release   
    keystore for release.
    

    check Google's documentation

提交回复
热议问题