mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Update README.md
This commit is contained in:
parent
ae45ead8b2
commit
656b286e48
@ -1,7 +1,8 @@
|
||||
Google Maps Android API Demos
|
||||
===================================
|
||||
|
||||
These are demos for the [Google Maps Android API v2](https://developers.google.com/maps/documentation/android-api/) in Java.
|
||||
These are demos for the [Google Maps Android API v2](https://developers.google.com/maps/documentation/android-api/)
|
||||
in the Java programming language.
|
||||
They demonstrate most of the features available in the API.
|
||||
|
||||
This app was written for a minSdk of 15 and the v4 support library, but it can be easily adapted to
|
||||
@ -14,6 +15,8 @@ Pre-requisites
|
||||
- Android SDK v27
|
||||
- Latest Android Build Tools
|
||||
- Android Support Repository
|
||||
- Google Repository
|
||||
- Google Play services
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
@ -23,8 +26,8 @@ This sample use the Gradle build system.
|
||||
First download the samples by cloning this repository or downloading an archived
|
||||
snapshot. (See the options at the top of the page.)
|
||||
|
||||
In Android Studio, use "Open an existing Android Studio project". Next select the ApiDemos/java/ directory that you downloaded
|
||||
from this repository.
|
||||
In Android Studio, use "Open an existing Android Studio project".
|
||||
Next select the ApiDemos/java/ directory that you downloaded from this repository.
|
||||
If prompted for a gradle configuration accept the default settings.
|
||||
|
||||
Alternatively use the "gradlew build" command to build the project directly.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user