Personal I have an application running Google Maps. I generated the access key (copied and pasted into xml) direct from the Console Developer website. If I generate the normal apk (unsigned) it works normally. After you generate the signed apk (to post to Google Play) it does not load the map anymore, the google logo appears but the map is not loaded.
I read that you need to use the same key that I generated on the site in the signed apk. I just did not understand how to generate the key, since the key I got on the site was (copied and pasted). I'm trying to sign direct into the Android Studio IDE on the Build > Generate Signed APK
Can anyone help me solve this?