Created
June 5, 2016 03:17
-
-
Save eddieberklee/3187b84ba6d8aab0a54e21852426f224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<!-- | |
TODO: Before you run your application, you need a Google Maps API key. | |
To get one, follow this link, follow the directions and press "Create" at the end: | |
https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=99:2F:C8:F5:F0:C4:DA:61:BC:95:69:B0:53:36:E1:5C:CD:65:D2:37%3Bcom.compscieddy.meetinthemiddle | |
You can also add your credentials to an existing key, using this line: | |
99:2F:C8:F5:F0:C4:DA:61:BC:95:69:B0:53:36:E1:5C:CD:65:D2:37;com.compscieddy.meetinthemiddle | |
Alternatively, follow the directions here: | |
https://developers.google.com/maps/documentation/android/start#get-key | |
Once you have your key (it starts with "AIza"), replace the "google_maps_key" | |
string in this file. | |
--> | |
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">YOUR_GOOGLE_MAPS_API_KEY</string> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment