Use cmd
elevated.
- VSCode - https://code.visualstudio.com/download
- Android Studio - https://developer.android.com/studio
- Required by Flutter when developing for Android:
- Android SDK
- Android SDK Command-line Tools
- Android SDK Build-Tools
- Flutter SDK
- Unzip and uninstall in C:/stable/flutter
- Set Environment Variable > User Variable: Path > Append: flutter\bin
- You may need:
- JDK Development Kit for Windows:
- Run the commands:
flutter doctor
- Installation verification.flutter doctor --android-licenses
- Accept remaining licences.
- OPTIONAL:
- For Windows apps: Visual Studio IDE - https://visualstudio.microsoft.com/downloads_p/
- Very Good Ventures
- A very good Flutter setup for Windows - https://verygood.ventures/blog/very-good-flutter-windows-setup
- Configuring local environment with Flutter - https://verygood.ventures/blog/very-good-flutter-windows-setup
- Follow through official instructions: https://docs.flutter.dev/get-started/install
- Other:
- Command-line tools - https://developer.android.com/tools
- Environment variables - https://developer.android.com/tools/variables
- Set up Android device - https://docs.flutter.dev/get-started/install/windows#set-up-your-android-device
- 36 - Windows - Emuladores - https://www.udemy.com/course/flutter-cero-a-experto/learn/lecture/36198690#overview
- Comentario con requerimientos necesarios - https://www.facebook.com/groups/flutter.dart.spanish/permalink/6365568386859126/
It may be necessary to apply these when behind a proxy server.
System Properties > Environment Variables > User variables > Add values...
Variable | Value |
---|---|
HTTP_PROXY |
http://10.1.33.254:80 |
HTTPS_PROXY |
https://10.1.33.254:80 |
NO_PROXY |
localhost,127.0.0.1,::1,LOCALHOST |
Configured values at flutter doctor -v
Command | Description |
---|---|
netsh winhttp reset proxy |
Reset |
set http_proxy='http://10.1.33.254:80' |
- |
set https_proxy='https://10.1.33.254:80' |
- |
set no_proxy='localhost,127.0.0.1,::1,LOCALHOST' |
- |
- Flutter: Solve proxy problem for your development environment - https://medium.com/@asyarif/solve-proxy-problem-for-your-flutter-development-b3d5a2b6487f
- Set a persistent environment variable from cmd.exe - https://stackoverflow.com/a/55872468/7389293 Set proxy variables not just for the cmd session.
- Intel HAXM - https://github.com/intel/haxm/wiki/Installation-Instructions-on-Windows
- How to enable VMX in the HAXM installation? In MSI/W11 machine - https://stackoverflow.com/a/76767321/7389293
- Intel/HAXM - Windows System Configurations - https://github.com/intel/haxm/wiki/Windows-System-Configurations
- Unable to find bundled Java version - https://stackoverflow.com/a/75125986/7389293
- Flutter App stuck at "Running Gradle task 'assembleDebug'... " - https://stackoverflow.com/a/60691179/7389293
- Observatory server failed to start - Fails to create Socket Server or NOT compiling to Android - Missing
AndroidManifest.xml
in Android native folder - https://stackoverflow.com/a/65245680/7389293