summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2015-07-10 15:31:06 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-09-16 12:26:54 -0700
commit4dce45ffc660fc41220c1d2cbb94962ed114e633 (patch)
tree3882f20ab20b56a38583b25857b9b1005760c2ae /INSTALL.md
parent1b87232bec8d7173ed2f5d666b49ebc36a3b8135 (diff)
downloadqtlocation-mapboxgl-4dce45ffc660fc41220c1d2cbb94962ed114e633.tar.gz
[Android] add instructions to install Android Support Repository
[skip ci]
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index fcc5d90c63..4c39cc4cc2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -270,6 +270,10 @@ Install [Android Studio](https://developer.android.com/sdk/installing/studio.htm
brew cask install android-studio
android
+In the Android SDK Manager also select and install "Android Support Repository" and "Android Support Library" from "Extras":
+
+![image](https://cloud.githubusercontent.com/assets/98601/9915837/289f398e-5c6e-11e5-9a84-ed4d08d52d1f.png)
+
By default, the SDK will be installed to `/usr/local/opt/android-sdk`. If you open Android Studio at this point, you may get an error message telling you that it can't find a JVM, it's because you installed a custom Java VM from Oracle. Follow [these instructions](http://tools.android.com/recent/androidstudio1rc3_releasecandidate3released) to start Android Studio. You'll wind up setting these environment variables in your .bash_profile or similar:
echo "export ANDROID_HOME=`brew --prefix android-sdk`" >> .bash_profile