OLD | NEW |
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 Loading... |
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 |
OLD | NEW |