From 89b73aa6ff4d56f2bddc233d4040ef53ff04a547 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" <99798741+dima-avdeev-jb@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:07:29 +0300 Subject: [PATCH] ImageViewer sample, map API key instructions (#2937) --- experimental/examples/imageviewer/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/examples/imageviewer/README.md b/experimental/examples/imageviewer/README.md index f9b65df0fb..72e6408ee5 100755 --- a/experimental/examples/imageviewer/README.md +++ b/experimental/examples/imageviewer/README.md @@ -28,8 +28,8 @@ Then choose **iosApp** configuration in IDE and run it. ### Running Android application - - Get a [Google Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key) - - Add to local.properties: `sdk.dir=YOUR_SDK_PATH` - - Create a file in the root directory named `local.properties` with a single line that looks like - this, replacing YOUR_KEY with the key from step 1: `MAPS_API_KEY=YOUR_KEY` - - Open project in IntelliJ IDEA or Android Studio and run "android" configuration. +- Get a [Google Maps API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key) +- Add to `local.properties` file located in the root directory (create if it doesn't exist): + - `MAPS_API_KEY=YOUR_KEY` where `YOUR_KEY` is your key from previous step; + - `sdk.dir=YOUR_SDK_PATH` where `YOUR_SDK_PATH` is a path to Android SDK in your system. +- Open project in IntelliJ IDEA or Android Studio and run `androidApp` configuration.