Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: docs/android_studio.md

Issue 2758683003: Revert of Android: Support Android Studio 2.3 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/android/gradle/root.jinja ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 * Use a 113 * Use a
114 [gradle daemon](https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html) 114 [gradle daemon](https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html)
115 to speed up builds using the gradlew script: 115 to speed up builds using the gradlew script:
116 * Add the line `org.gradle.daemon=true` to `~/.gradle/gradle.properties`, 116 * Add the line `org.gradle.daemon=true` to `~/.gradle/gradle.properties`,
117 creating it if necessary. 117 creating it if necessary.
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.3. 123 * Tested with Android Studio v2.2.
124 * If you get an error about build tools version 25.0.0, install it manually.
125 * Java editing and gradle compile works. 124 * Java editing and gradle compile works.
126 * Instrumentation tests included as androidTest. 125 * Instrumentation tests included as androidTest.
127 * Symlinks to existing .so files in jniLibs (doesn't generate them). 126 * Symlinks to existing .so files in jniLibs (doesn't generate them).
128 * Editing resource xml files. 127 * Editing resource xml files.
129 * Java debugging (see 128 * Java debugging (see
130 [here](/docs/android_debugging_instructions.md#Android-Studio)) 129 [here](/docs/android_debugging_instructions.md#Android-Studio))
131 130
132 ### 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))
133 132
134 * Make gradle aware of assets 133 * Make gradle aware of assets
135 * Layout editor 134 * Layout editor
136 * 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`
137 * Add support for native code editing 136 * Add support for native code editing
138 * Make the "Make Project" button work correctly 137 * Make the "Make Project" button work correctly
OLDNEW
« no previous file with comments | « build/android/gradle/root.jinja ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698