- Make sure your
build
directory is gitignored. It should be, by default, in a new Android Studio project -- you can double check by making sure that your.gitignore
file contains the line:
/build
- In your project root directory, add the API key to
local.properties
file like this: