Google map not showing when make signed apk

前端 未结 2 1893
灰色年华
灰色年华 2021-01-27 18:02

In my project google map showing and everything working fine when i run code directly from eclipse or android studio, but map showing white screen when i make a signed apk and i

2条回答
  •  臣服心动
    2021-01-27 18:45

    When you make a signed APK, you have to generate a new API key for the Google Map and update it in the API console. The API key used with the debug APK will not work.

    Check your logcat, it probably shows an Authorization Failure message.

提交回复
热议问题