android - Singed apk doesn't show the google map -
i implementing google map in application , every time run through source code runs correctly means google map appears when run through signed apk doesn't show google map. make singed apk several times problem still there. help
you have change sha in google play console.
generate new sha keystore file(which have used generate signed apk) & add on google play console package name.
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
after change google map key in code.
create new signed apk, install in device check google map.
Comments
Post a Comment