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
1) Usually, you have to Clean and Rebuild the Project so it can work.
2) Make sure your build variant is on Release (Android Studio is friendly on this)
3) Also if you are debugging on your devices fully uninstall first then continue.
4) As the documentation says, make sure you have set up your manifest correctly.
Hope it helps.