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 * Editing resource xml files. | |
121 | 120 |
122 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) | 121 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues
/detail?id=620034)) |
123 | 122 |
124 * Make gradle aware of assets | 123 * Make gradle aware of resources and assets |
125 * Layout editor | |
126 * Add a mode in which gradle is responsible for generating `R.java` | 124 * Add a mode in which gradle is responsible for generating `R.java` |
127 * Add support for native code editing | 125 * Add support for native code editing |
128 * Make the "Make Project" button work correctly | 126 * Make the "Make Project" button work correctly |
OLD | NEW |