flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.78k stars 3.2k forks source link

Fix command location for 'Start building Flutter Android apps on Windows' #10841

Closed AMDphreak closed 1 month ago

AMDphreak commented 1 month ago

Page URL

https://docs.flutter.dev/get-started/install/windows/mobile/

Page source

https://github.com/flutter/website/tree/main/src/content/get-started/install/windows/mobile.md

Describe the problem

https://docs.flutter.dev/get-started/install/windows/mobile#configure-the-android-toolchain-in-android-studio Under "Configure Android Toolchain in Android Studio" section, in the instructions for "Current Android Studio User" the instructions are wrong: it says to go to Tools > SDK Manager. This settings page does not exist in Tools. In fact it does not exist at all. Please keep this stuff updated haha. OMG it gets old having to constantly correct documentation other people wrote.

Android Studio Koala | 2024.1.1 Build #AI-241.15989.150.2411.11948838, built on June 10, 2024

Expected fix

No response

Additional context

No response

I would like to fix this problem.

atsansone commented 1 month ago

The command exists in the location specified both for Windows and macOS.

image

atsansone commented 1 month ago

Thank you for raising this issue. Can confirm that the command is correct in the documentation as shown in the comments for existing projects. Closing this issue.