The local.defaults.properties file contains the following:
I copied that line and added the following line in my local.properties:
MAPS_API_KEY="AIzaalskro0jlskdj2kr5jlksbjlksdjflkse0p"
where the AIza... is a valid API key.
With this configuration, when you run your app you will get an authentication error, because the whole string including the double quotes is $MAPS_API_KEY.
Please consider to remove the double quotes in local.defaults.properties because it may mislead people.
The
local.defaults.propertiesfile contains the following:I copied that line and added the following line in my
local.properties:where the AIza... is a valid API key.
With this configuration, when you run your app you will get an authentication error, because the whole string including the double quotes is $MAPS_API_KEY.
Please consider to remove the double quotes in
local.defaults.propertiesbecause it may mislead people.