google map not showing after publishing android application?

前端 未结 2 1858
囚心锁ツ
囚心锁ツ 2020-12-02 00:40

friends,

while testing application on eclipse using emulator google map is being displayed properly.

but when i exported application to publish it.

<
相关标签:
2条回答
  • 2020-12-02 01:18

    When you exported your application to publish it, you are probably not using the debug keystore any more, but a custom one. (You cannot publish debug apps to Market). When you switch to another keystore, you will have to generate a new Google Maps API Key, based on that.

    0 讨论(0)
  • 2020-12-02 01:23

    After Exporting the Project,

    • Step 1: Just Copy the SHA1 key and Get the New API_KEY from Google Play Developer Console
    • Stet 2:Paste the API_KEY in your android Manifest file
    • Step 3:Again exporting the same project to upload your final.apk use the existing keystore
    0 讨论(0)
提交回复
热议问题