I have create a new key store from android studio. The next step was to generate SHA1 fingerprint based on that key (keytool -v -keystore keystore -list ). Lastly in google api console i registered the allowed application (based on SSH1 and package name).
The problem is that when i export apk and choose build type release the google maps not working (empty grid). In contrary when i export the app and choose build type debug it works as it should. The keystore is the same in both ways (i am NOT using debug.keystore). Any ideas what i miss?