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

Side by Side Diff: docs/android_studio.md

Issue 2740353003: Add basic debugging instructions for Android Studio. (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 | « docs/android_debugging_instructions.md ('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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.2. 123 * Tested with Android Studio v2.2.
124 * Java editing and gradle compile works. 124 * Java editing and gradle compile works.
125 * Instrumentation tests included as androidTest. 125 * Instrumentation tests included as androidTest.
126 * Symlinks to existing .so files in jniLibs (doesn't generate them). 126 * Symlinks to existing .so files in jniLibs (doesn't generate them).
127 * Editing resource xml files. 127 * Editing resource xml files.
128 * Java debugging (see
129 [here](/docs/android_debugging_instructions.md#Android-Studio))
128 130
129 ### 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))
130 132
131 * Make gradle aware of assets 133 * Make gradle aware of assets
132 * Layout editor 134 * Layout editor
133 * 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`
134 * Add support for native code editing 136 * Add support for native code editing
135 * Make the "Make Project" button work correctly 137 * Make the "Make Project" button work correctly
OLDNEW
« no previous file with comments | « docs/android_debugging_instructions.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698