Updates get-a-key instructions.

Change-Id: I2e4f5409c717ed97e49281e7e90f803dfa6af078
This commit is contained in:
Sarah Maddox 2017-02-21 15:53:14 +11:00
parent a6c5003503
commit d5c4784d90
3 changed files with 7 additions and 6 deletions

View File

@ -29,8 +29,8 @@ If prompted for a gradle configuration accept the default settings.
Alternatively use the "gradlew build" command to build the project directly.
Don't forget to add your API key to the AndroidManifest.xml.
(See [https://developers.google.com/maps/documentation/android/start](https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key))
Add your API key to the `AndroidManifest.xml` file.
See the [quick guide to getting an API key](https://developers.google.com/maps/documentation/android-api/signup).
Support
-------

View File

@ -30,8 +30,9 @@ If prompted for a gradle configuration accept the default settings.
Alternatively use the "gradlew build" command to build the project directly.
Don't forget to add your API key to the file ``debug/values/google_maps_api.xml`` for your debug keystore.
(See [https://developers.google.com/maps/documentation/android/start](https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key))
Add your API key to the file `debug/values/google_maps_api.xml`.
It's pulled from there into your app's `AndroidManifest.xml` file.
See the [quick guide to getting an API key](https://developers.google.com/maps/documentation/android-api/signup).
Support
-------

View File

@ -36,8 +36,8 @@ If prompted for a gradle configuration accept the default settings.
Alternatively use the "gradlew build" command to build the project directly.
Don't forget to add your API key to the AndroidManifest.xml.
(See [https://developers.google.com/maps/documentation/android/start](https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key))
Add your API key to the `AndroidManifest.xml` file.
See the [quick guide to getting an API key](https://developers.google.com/maps/documentation/android-api/signup).
Support
-------