Update README.md

This commit is contained in:
Bella Mangunsong 2018-02-07 15:59:28 +11:00 committed by GitHub
parent ae45ead8b2
commit 656b286e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.