| Index: docs/android_studio.md
|
| diff --git a/docs/android_studio.md b/docs/android_studio.md
|
| index 2a10aa7a8c89d39a08bbf66242405ea7f3a229f9..f8e69c5bc7197008f6c000e475f8c78537e2c79b 100644
|
| --- a/docs/android_studio.md
|
| +++ b/docs/android_studio.md
|
| @@ -117,10 +117,12 @@ 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).
|
| +* Editing resource xml files.
|
|
|
| ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues/detail?id=620034))
|
|
|
| -* Make gradle aware of resources and assets
|
| +* Make gradle aware of assets
|
| +* Layout editor
|
| * Add a mode in which gradle is responsible for generating `R.java`
|
| * Add support for native code editing
|
| * Make the "Make Project" button work correctly
|
|
|