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

Side by Side Diff: docs/android_studio.md

Issue 2508553002: generate_gradle.py: Add support for junit and java_binary targets (Closed)
Patch Set: update docs/android_studio.md to no long say junit doesn't work Created 4 years, 1 month 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/config/android/internal_rules.gni ('k') | third_party/robolectric/BUILD.gn » ('j') | 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 ```shell 7 ```shell
8 build/android/gradle/generate_gradle.py --output-directory out-gn/Debug 8 build/android/gradle/generate_gradle.py --output-directory out-gn/Debug
9 ``` 9 ```
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 ## Status (as of Sept 21, 2016) 103 ## Status (as of Sept 21, 2016)
104 104
105 ### What works 105 ### What works
106 106
107 * Tested with Android Studio v2.2. 107 * Tested with Android Studio v2.2.
108 * Basic Java editing and compiling works. 108 * Basic Java editing and compiling works.
109 109
110 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034)) 110 ### What doesn't work (yet) ([crbug](https://bugs.chromium.org/p/chromium/issues /detail?id=620034))
111 111
112 * JUnit Test targets
113 * Better support for instrumentation tests (they are treated as non-test .apks right now) 112 * Better support for instrumentation tests (they are treated as non-test .apks right now)
114 * Make gradle aware of resources and assets 113 * Make gradle aware of resources and assets
115 * Make gradle aware of native code via pointing it at the location of our .so 114 * Make gradle aware of native code via pointing it at the location of our .so
116 * Add a mode in which gradle is responsible for generating `R.java` 115 * Add a mode in which gradle is responsible for generating `R.java`
117 * Add support for native code editing 116 * Add support for native code editing
118 * Make the "Make Project" button work correctly 117 * Make the "Make Project" button work correctly
OLDNEW
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698