| OLD | NEW |
| 1 # Android Studio | 1 # Android Studio |
| 2 | 2 |
| 3 [TOC] | 3 [TOC] |
| 4 | 4 |
| 5 ## Usage | 5 ## Usage |
| 6 | 6 |
| 7 Make sure you have followed | 7 Make sure you have followed |
| 8 [android build instructions](android_build_instructions.md) already. | 8 [android build instructions](android_build_instructions.md) already. |
| 9 | 9 |
| 10 ```shell | 10 ```shell |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 | 118 |
| 119 ## Status (as of Feb 7th, 2017) | 119 ## Status (as of Feb 7th, 2017) |
| 120 | 120 |
| 121 ### What works | 121 ### What works |
| 122 | 122 |
| 123 * Tested with Android Studio v2.2. | 123 * Tested with Android Studio v2.2. |
| 124 * Java editing and gradle compile works. | 124 * Java editing and gradle compile works. |
| 125 * Instrumentation tests included as androidTest. | 125 * Instrumentation tests included as androidTest. |
| 126 * Symlinks to existing .so files in jniLibs (doesn't generate them). | 126 * Symlinks to existing .so files in jniLibs (doesn't generate them). |
| 127 * Editing resource xml files. | 127 * Editing resource xml files. |
| 128 * Java debugging (see |
| 129 [here](/docs/android_debugging_instructions.md#Android-Studio)) |
| 128 | 130 |
| 129 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) | 131 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) |
| 130 | 132 |
| 131 * Make gradle aware of assets | 133 * Make gradle aware of assets |
| 132 * Layout editor | 134 * Layout editor |
| 133 * Add a mode in which gradle is responsible for generating `R.java` | 135 * Add a mode in which gradle is responsible for generating `R.java` |
| 134 * Add support for native code editing | 136 * Add support for native code editing |
| 135 * Make the "Make Project" button work correctly | 137 * Make the "Make Project" button work correctly |
| OLD | NEW |