Skip to content

Commit 27cf4ba

Browse files
Docs: Add note about Android Studio check in VS Code setup (#12907)
Fixes #12820. Added a note to the Quick Start guide warning users that VS Code setup might check for Android Studio, which can be ignored if targeting other platforms. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4e82245 commit 27cf4ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/get-started/quick.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@ follow the instructions in [Install Flutter manually][].
241241

242242
{:type="a"}
243243

244+
:::note
245+
The VS Code setup process might check for Android Studio, which can result in a warning if it's not installed.
246+
You can safely ignore this if you're targeting other platforms (like web, iOS, or macOS), as the installation will still succeed.
247+
Afterward, run `flutter doctor` to verify your installation.
248+
:::
249+
244250
1. <h3>Troubleshoot installation issues</h3>
245251

246252
If you encounter any issues during installation,

0 commit comments

Comments
 (0)