summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-18 16:43:06 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-18 16:43:24 -0700
commit4af4c817f1367b9a18e63ca37cb1d7a97c1aba19 (patch)
tree6303c4c9fde346fb65cf28d74654781e347e11eb
parente946d93c064df7e605d772f0a6b99f1461ae16df (diff)
downloadqtlocation-mapboxgl-4af4c817f1367b9a18e63ca37cb1d7a97c1aba19.tar.gz
Fix typos and add access token reminder
[skip ci]
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 81bc1d6d52..6b15f596c6 100644
--- a/README.md
+++ b/README.md
@@ -196,14 +196,14 @@ You can then open `android/java` in Android Studio via "Import Non-Android Studi
### Setting up Android emulator
-If you want to run the test app in the simulator, we reccomend the x86 build because it will run a lot faster.
+If you want to run the test app in the emulator, we recommend the x86 build because it will run a lot faster.
-To create an x86 build in the terminal run:
+First ensure you have an `MAPBOX_ACCESS_TOKEN` environment variable set, as described below. Then, create an x86 build:
ANDROID_ABI=x86 make android
-In Android studio create an x86 AVD (Android Virtual Device):
-- Open AVD Manager via the Tools menu -> Andorid -> AVD Manager
+In Android Studio, create an x86 AVD (Android Virtual Device):
+- Open AVD Manager via the Tools menu -> Android -> AVD Manager
- Click "Create Virtual Device" at the bottom on AVD Manager window
- Select one of the device profiles, for example the Nexus 4
- Click "Next"