Android SHA1 release keystore not working with Google Maps

前端 未结 5 954
故里飘歌
故里飘歌 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:53

    You have two google_maps_api.xml files

    One in this folder:

    app/src/debug/res/values

    Other in this folder:

    app/src/release/res/values

    But only the debug one contains your API key probably.

提交回复
热议问题