Commit 67b6497f authored by wnwen's avatar wnwen Committed by Commit bot

Android: Update android studio docs

BUG=620034

Review-Url: https://codereview.chromium.org/2583283002
Cr-Commit-Position: refs/heads/master@{#439528}
parent 464f8dff
...@@ -29,7 +29,7 @@ For first-time Android Studio users: ...@@ -29,7 +29,7 @@ For first-time Android Studio users:
To import the project: 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. You need to re-run `generate_gradle.py` whenever `BUILD.gn` files change.
...@@ -76,6 +76,10 @@ includes `R.java`). ...@@ -76,6 +76,10 @@ includes `R.java`).
* Turn on automatic import: * Turn on automatic import:
* Help -> Find Action -> "Auto Import" * Help -> Find Action -> "Auto Import"
* Tick all the boxes under "Java" and change the dropdown to "All". * 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 ### Useful Shortcuts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment