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 |