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

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -