diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-18 16:43:06 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-18 16:43:24 -0700 |
commit | 4af4c817f1367b9a18e63ca37cb1d7a97c1aba19 (patch) | |
tree | 6303c4c9fde346fb65cf28d74654781e347e11eb /README.md | |
parent | e946d93c064df7e605d772f0a6b99f1461ae16df (diff) | |
download | qtlocation-mapboxgl-4af4c817f1367b9a18e63ca37cb1d7a97c1aba19.tar.gz |
Fix typos and add access token reminder
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |