Android: Update android studio docs

BUG=620034

Review-Url: https://codereview.chromium.org/2583283002
Cr-Commit-Position: refs/heads/master@{#439528}
diff --git a/docs/android_studio.md b/docs/android_studio.md
index bb85dba..ee3a6025 100644
--- a/docs/android_studio.md
+++ b/docs/android_studio.md
@@ -29,7 +29,7 @@
 
 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 @@
 * 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