Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537)

This commit is contained in:
Jacob Richman 2018-08-28 16:22:50 -07:00 committed by Ian Hickson
parent e7d87af4d2
commit 05b4bd748c

View File

@ -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