Setup Flutter Without Android Studio | 2022 | Windows 🔥

Опубликовано: 13 Октябрь 2024
на канале: 0xPanda
8,251
193

in this video you will learn the right way to setup flutter for android development without installing android Studio at all, please watch all the steps properly and if you had any issue comment bellow so i can help you fix it.
this will also fixes the issue where "flutter build apk" repeatedly installing platform-tools.

Commands :
sdkmanager.bat --install "cmdline-tools;latest" --sdk_root=../../
sdkmanager.bat "build-tools;30.0.3"
sdkmanager.bat "platforms;android-31"
flutter config --android-sdk %ANDROID_SDK_ROOT%
flutter doctor --android-licenses




SDK Flutter (0:00)
Setup JAVA (1:01)
Setup Android SDK (2:23)
Testing (7:26)