Skip to content

Commit 72d7595

Browse files
authored
Link engine docs on AS setup in flutter/flutter docs on engine contributor setup (flutter#151481)
Links to the docs on Android Studio setup.
1 parent 284116c commit 72d7595

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/engine/contributing/Setting-up-the-Engine-development-environment.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,14 @@ To set up:
169169
170170
1. If you previously had a `shell/platform/android/.classpath`, delete it.
171171
172+
### Using Android Studio as an IDE for the Android Embedding [Java]
173+
174+
Alternatively, Android Studio can be used as an IDE for the Android Embedding Java code. See docs
175+
at https://github.com/flutter/engine/blob/main/shell/platform/android/README.md#editing-java-code for
176+
instructions.
177+
172178
## VSCode Additional Useful Configuration
173179
174180
1. Create [snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) for header files with [this configuration](https://github.com/chromium/chromium/blob/master/tools/vscode/settings.json5). This will let you use `hdr` keyboard macro to create the boiler plate header code. Also consider some of [these settings](https://github.com/chromium/chromium/blob/master/tools/vscode/settings.json5) and [more tips](https://chromium.googlesource.com/chromium/src/+show/lkgr/docs/vscode.md).
175181
176-
2. To format GN files on save, [consider using this extension](https://marketplace.visualstudio.com/items?itemName=persidskiy.vscode-gnformat).
182+
2. To format GN files on save, [consider using this extension](https://marketplace.visualstudio.com/items?itemName=persidskiy.vscode-gnformat).

0 commit comments

Comments
 (0)