Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: docs/android_studio.md

Issue 2758053002: Android: specify the supported version of Android Studio. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Android Studio 1 # Android Studio
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Usage 5 ## Usage
6 6
7 **Note: currently only Android Studio 2.2 is supported**
8
7 Make sure you have followed 9 Make sure you have followed
8 [android build instructions](android_build_instructions.md) already. 10 [android build instructions](android_build_instructions.md) already.
9 11
10 ```shell 12 ```shell
11 build/android/gradle/generate_gradle.py 13 build/android/gradle/generate_gradle.py
12 ``` 14 ```
13 15
14 This creates a project at `out/Debug/gradle`. To create elsewhere: 16 This creates a project at `out/Debug/gradle`. To create elsewhere:
15 17
16 ```shell 18 ```shell
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 * Java debugging (see 131 * Java debugging (see
130 [here](/docs/android_debugging_instructions.md#Android-Studio)) 132 [here](/docs/android_debugging_instructions.md#Android-Studio))
131 133
132 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034)) 134 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034))
133 135
134 * Make gradle aware of assets 136 * Make gradle aware of assets
135 * Layout editor 137 * Layout editor
136 * Add a mode in which gradle is responsible for generating `R.java` 138 * Add a mode in which gradle is responsible for generating `R.java`
137 * Add support for native code editing 139 * Add support for native code editing
138 * Make the "Make Project" button work correctly 140 * Make the "Make Project" button work correctly
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698