summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Mace <cameron@mapbox.com>2016-10-25 16:44:03 -0400
committerGitHub <noreply@github.com>2016-10-25 16:44:03 -0400
commit45f4dc0166f2d609d014d2174209fdbe1994c943 (patch)
treedd6c69fa106b4fa4cb7e8267b727432bf8f4d3ba
parent3457eb1144d0f940598dbd6e281c7393a1d62f89 (diff)
downloadqtlocation-mapboxgl-45f4dc0166f2d609d014d2174209fdbe1994c943.tar.gz
removed brew cask install android studio instruction (#6723)
* removed brew cask install android studio instruction * link to download JDK * made fixes to instruction
-rw-r--r--platform/android/CONTRIBUTING_MACOS.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/platform/android/CONTRIBUTING_MACOS.md b/platform/android/CONTRIBUTING_MACOS.md
index 64b1da85ba..6ab55921e3 100644
--- a/platform/android/CONTRIBUTING_MACOS.md
+++ b/platform/android/CONTRIBUTING_MACOS.md
@@ -1,15 +1,8 @@
# Contributing to the Android SDK on macOS
-Install Oracle JDK 7+ and Android Studio:
+## Install JDK 7+ and Android Studio:
- brew tap caskroom/cask
- brew install brew-cask
- brew cask install java
-
- brew cask install android-studio
-
-You can [download Android Studio instead of installing it with Homebrew, but you'll still need to `brew install java`](https://developer.android.com/sdk/index.html)
-for it to work.
+ Android Studio requires the Java Development Kit (JDK) which you can [download here](http://www.oracle.com/technetwork/java/javase/downloads/index.html). Once the JDK is installed, you can grab the [latest version of Android Studio here](https://developer.android.com/sdk/index.html) and install it following the on screen instructions.
Once Android Studio is installed, the [first time it's run it'll ask to install the Android SDK](http://developer.android.com/sdk/installing/index.html?pkg=studio) which you should do. While doing so in the Android SDK Manager make sure to also select and install the latest versions of "Android Support Repository" and "Android Support Library" from "Extras":