Chromium Code Reviews| 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 [android build instructions](android_build_instructi ons.md) already. | 7 Make sure you have followed [android build instructions](android_build_instructi ons.md) already. |
| 8 | 8 |
| 9 ```shell | 9 ```shell |
| 10 build/android/gradle/generate_gradle.py | 10 build/android/gradle/generate_gradle.py |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 110 * Add the line `org.gradle.daemon=true` to `~/.gradle/gradle.properties`, cr eating it if necessary. | 110 * Add the line `org.gradle.daemon=true` to `~/.gradle/gradle.properties`, cr eating it if necessary. |
| 111 | 111 |
| 112 ## Status (as of Jan 19, 2017) | 112 ## Status (as of Jan 19, 2017) |
| 113 | 113 |
| 114 ### What works | 114 ### What works |
| 115 | 115 |
| 116 * Tested with Android Studio v2.2. | 116 * Tested with Android Studio v2.2. |
| 117 * Java editing and gradle compile works. | 117 * Java editing and gradle compile works. |
| 118 * Instrumentation tests included as androidTest. | 118 * Instrumentation tests included as androidTest. |
| 119 * Symlinks to existing .so files in jniLibs (doesn't generate them). | 119 * Symlinks to existing .so files in jniLibs (doesn't generate them). |
| 120 * Resource viewing and partial editing. | |
| 121 * Some resources are unzipped so edits won't be reflected. | |
|
agrieve
2017/02/01 19:24:12
Probably don't need to say this since this looks t
Peter Wen
2017/02/01 22:09:55
Done.
| |
| 120 | 122 |
| 121 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034)) | 123 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034)) |
| 122 | 124 |
| 123 * Make gradle aware of resources and assets | 125 * Make gradle aware of resources and assets |
| 124 * Add a mode in which gradle is responsible for generating `R.java` | 126 * Add a mode in which gradle is responsible for generating `R.java` |
| 125 * Add support for native code editing | 127 * Add support for native code editing |
| 126 * Make the "Make Project" button work correctly | 128 * Make the "Make Project" button work correctly |
| OLD | NEW |