Chromium Code Reviews| Index: docs/android_studio.md |
| diff --git a/docs/android_studio.md b/docs/android_studio.md |
| index 2a10aa7a8c89d39a08bbf66242405ea7f3a229f9..ffe35c6192022017ff01028ad246b393b6ad7169 100644 |
| --- a/docs/android_studio.md |
| +++ b/docs/android_studio.md |
| @@ -117,6 +117,8 @@ resources, native libraries, etc. |
| * Java editing and gradle compile works. |
| * Instrumentation tests included as androidTest. |
| * Symlinks to existing .so files in jniLibs (doesn't generate them). |
| +* Resource viewing and partial editing. |
| + * 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.
|
| ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues/detail?id=620034)) |