Map is not working in release build after uploading sha-1 key debug and realse sha-1 key
CodePudding user response:
Maybe you have two google_maps_api.xml files, one in the app/src/debug/res/values folder and the other in the app/src/release/res/values folder, but only the debug one contains your API key.
Put you map_key in both filesenter image description here