| OLD | NEW |
| 1 # Android Studio | 1 # Android Studio |
| 2 | 2 |
| 3 [TOC] | 3 [TOC] |
| 4 | 4 |
| 5 ## Usage | 5 ## Usage |
| 6 | 6 |
| 7 ```shell | 7 ```shell |
| 8 build/android/gradle/generate_gradle.py --output-directory out-gn/Debug | 8 build/android/gradle/generate_gradle.py --output-directory out-gn/Debug |
| 9 ``` | 9 ``` |
| 10 | 10 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 | 102 |
| 103 ## Status (as of Sept 21, 2016) | 103 ## Status (as of Sept 21, 2016) |
| 104 | 104 |
| 105 ### What works | 105 ### What works |
| 106 | 106 |
| 107 * Tested with Android Studio v2.2. | 107 * Tested with Android Studio v2.2. |
| 108 * Basic Java editing and compiling works. | 108 * Basic Java editing and compiling works. |
| 109 | 109 |
| 110 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) | 110 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) |
| 111 | 111 |
| 112 * JUnit Test targets | |
| 113 * Better support for instrumentation tests (they are treated as non-test .apks
right now) | 112 * Better support for instrumentation tests (they are treated as non-test .apks
right now) |
| 114 * Make gradle aware of resources and assets | 113 * Make gradle aware of resources and assets |
| 115 * Make gradle aware of native code via pointing it at the location of our .so | 114 * Make gradle aware of native code via pointing it at the location of our .so |
| 116 * Add a mode in which gradle is responsible for generating `R.java` | 115 * Add a mode in which gradle is responsible for generating `R.java` |
| 117 * Add support for native code editing | 116 * Add support for native code editing |
| 118 * Make the "Make Project" button work correctly | 117 * Make the "Make Project" button work correctly |
| OLD | NEW |