44Google Maps SDK for Android Samples
55===================================
66
7+ <img src =" images/screenshots.png " width =" 1024 " />
8+
79Samples demonstrating how to use
810[ Maps SDK for Android] ( https://developers.google.com/maps/documentation/android/ ) .
911
@@ -21,25 +23,19 @@ associated with tutorials in the developer's guide. See each sample for a link t
2123Pre-requisites
2224--------------
2325
24- See each sample for pre-requisites.
25- All require up-to-date versions of the Android build tools and the Android support repository.
26+ * See each sample for pre-requisites.
27+ * All require up-to-date versions of the Android build tools and the Android support repository.
28+ * The demo apps require that you add your own Google Maps API key. See [ Get an API Key] ( docs/GET_AN_API_KEY.md ) docs for more instructions.
2629
2730Getting Started
2831---------------
2932
30- These samples use the Gradle build system.
31-
32- First download the samples by cloning this repository or downloading an archived
33- snapshot. (See the options at the top of the page.)
34-
35- In Android Studio, use the "Import non-Android Studio project" or
36- "Import Project" option. Next select one of the sample directories that you downloaded from this
37- repository.
38- If prompted for a gradle configuration accept the default settings.
39-
40- Alternatively use the ` gradlew build ` command to build the project directly.
33+ 1 . Download the samples by cloning this repository
34+ 2 . In the welcome screen of Android Studio, select "Open an Existing project"
35+ 3 . Select one of the sample directories from this repository
4136
42- The demo apps require that you add your own Google Maps API key. See [ Get an API Key] ( docs/GET_AN_API_KEY.md ) docs for more instructions.
37+ Alternatively, use the ` gradlew build ` command to build the project directly or download an APK
38+ under [ releases] ( https://github.com/googlemaps/android-samples/releases ) .
4339
4440Support
4541-------
0 commit comments