diff --git a/AndroidWearMap/README.md b/AndroidWearMap/README.md index c6196d65..0eb72dce 100644 --- a/AndroidWearMap/README.md +++ b/AndroidWearMap/README.md @@ -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 ------- diff --git a/ApiDemos/README.md b/ApiDemos/README.md index 21d278c3..e37e5e6d 100644 --- a/ApiDemos/README.md +++ b/ApiDemos/README.md @@ -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 ------- diff --git a/README.md b/README.md index 837c0cad..fd46f011 100644 --- a/README.md +++ b/README.md @@ -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 -------