diff --git a/ApiDemos/java/README.md b/ApiDemos/java/README.md index e5c3e8c8..dfb99f65 100644 --- a/ApiDemos/java/README.md +++ b/ApiDemos/java/README.md @@ -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.