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
You have two google_maps_api.xml files
One in this folder:
app/src/debug/res/values
Other in this folder:
app/src/release/res/values
But only the debug one contains your API key probably.