Skip to content

Commit

Permalink
Android: specify the supported version of Android Studio.
Browse files Browse the repository at this point in the history
Now that 2.3 has been released, it will be the default version downloaded
by developers. //build/android/gradle/generate_gradle.py doesn't work
with 2.3 yet, and this should be reflected in our docs (we only support
2.2 currently).

BUG=700438

Review-Url: https://codereview.chromium.org/2758053002
Cr-Commit-Position: refs/heads/master@{#458060}
  • Loading branch information
estevenson authored and Commit bot committed Mar 20, 2017
1 parent e3146da commit 2109641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/android_studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Usage

**Note: currently only Android Studio 2.2 is supported**

Make sure you have followed
[android build instructions](android_build_instructions.md) already.

Expand Down

0 comments on commit 2109641

Please sign in to comment.