Android SHA1 release keystore not working with Google Maps

前端 未结 5 951
故里飘歌
故里飘歌 2020-12-01 05:12

I am using the Google Maps Android API and I\'m running into some issues.

I am signing my apk with android studio (created one at .android/keystore.jks). Also I\'m s

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 05:44

    1) Usually, you have to Clean and Rebuild the Project so it can work.

    2) Make sure your build variant is on Release (Android Studio is friendly on this)

    3) Also if you are debugging on your devices fully uninstall first then continue.

    4) As the documentation says, make sure you have set up your manifest correctly.

    Hope it helps.

提交回复
热议问题