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

Unified Diff: docs/android_studio.md

Issue 2583283002: Android: Update android studio docs (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_studio.md
diff --git a/docs/android_studio.md b/docs/android_studio.md
index bb85dbaa32d36a37eda61a3e6d792698ac885f6d..ee3a60252626f062d1891265ab759b60d2e4fc00 100644
--- a/docs/android_studio.md
+++ b/docs/android_studio.md
@@ -29,7 +29,7 @@ For first-time Android Studio users:
To import the project:
-* Use "Import Project", and select the directory containing the generated project.
+* Use "Import Project", and select the directory containing the generated project, by default `out-gn/Debug/gradle`.
You need to re-run `generate_gradle.py` whenever `BUILD.gn` files change.
@@ -76,6 +76,10 @@ includes `R.java`).
* Turn on automatic import:
* Help -> Find Action -> "Auto Import"
* Tick all the boxes under "Java" and change the dropdown to "All".
+* Turn on documentation on mouse hover:
+ * Help -> Find Action -> "Show quick documentation on mouse move"
+* Turn on line numbers:
+ * Help -> Find Action -> "Show line numbers"
### Useful Shortcuts
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698