-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Page URL
https://docs.flutter.dev/platform-integration/android/setup/
Page source
https://github.com/flutter/website/tree/main/src/content/platform-integration/android/setup.md
Describe the problem
After following the guide to install the Android SDK, I created a new empty Flutter project and tried running the Android emulator for the first time. The process got stuck at the "Launching ..." message for a very long time, so I stopped it. Later, I realized that Android Studio was actually downloading and installing the NDK in the background. Because I had interrupted it, I had to manually delete the incomplete NDK folder.
This was confusing and made me think there was a build error. Wouldn't it be better if the guide explicitly mentioned that NDK and CMake are required installations?
Expected fix
In the instructions for the "SDK Tools" tab, add guidance to also install:
NDK (Side by side)
CMake
Additional context
No response
I would like to fix this problem.
- I will try and fix this problem on docs.flutter.dev.