From 05b4bd748cd0a9ac4d438fb1398a3ff6fb3509f9 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Tue, 28 Aug 2018 16:22:50 -0700 Subject: [PATCH] Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9404ad74e5a..aa6c9d84b0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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