Commit 05b4bd74 authored by Jacob Richman's avatar Jacob Richman Committed by Ian Hickson

Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to...

Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537)
parent e7d87af4
......@@ -29,7 +29,7 @@ Things you will need
* Linux, Mac OS X, or Windows
* git (used for source version control).
* An IDE. We recommend [IntelliJ with the Flutter plugin](https://flutter.io/intellij-ide/).
* An IDE. We recommend [Android Studio with the Flutter plugin](https://flutter.io/using-ide/).
* An ssh client (used to authenticate with GitHub).
* Python (used by some of our tools).
* The Android platform tools (see [Issue #55](https://github.com/flutter/flutter/issues/55)
......@@ -37,7 +37,7 @@ Things you will need
_If you're also working on the Flutter engine, you can use the
copy of the Android platform tools in
`.../engine/src/third_party/android_tools/sdk/platform-tools`._
- Mac: `brew install android-platform-tools`
- Mac: `brew cask install android-platform-tools`
- Linux: `sudo apt-get install android-tools-adb`
Getting the code and configuring your environment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment