Advertisement
Guest User

Untitled

a guest
Sep 29th, 2022
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. C:\Users\Abrikosas>flutter doctor -v
  2. [√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.19043.2006], locale en-US)
  3. • Flutter version 3.3.2 on channel stable at D:\src\flutter
  4. • Upstream repository https://github.com/flutter/flutter.git
  5. • Framework revision e3c29ec00c (2 weeks ago), 2022-09-14 08:46:55 -0500
  6. • Engine revision a4ff2c53d8
  7. • Dart version 2.18.1
  8. • DevTools version 2.15.0
  9.  
  10. [X] Android toolchain - develop for Android devices
  11. X Unable to locate Android SDK.
  12. Install Android Studio from: https://developer.android.com/studio/index.html
  13. On first launch it will assist you in installing the Android SDK components.
  14. (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
  15. If the Android SDK has been installed to a custom location, please use
  16. `flutter config --android-sdk` to update to that location.
  17.  
  18.  
  19. [√] Chrome - develop for the web
  20. • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
  21.  
  22. [X] Visual Studio - develop for Windows
  23. X Visual Studio not installed; this is necessary for Windows development.
  24. Download at https://visualstudio.microsoft.com/downloads/.
  25. Please install the "Desktop development with C++" workload, including all of its default components
  26.  
  27. [!] Android Studio (not installed)
  28. • Android Studio not found; download from https://developer.android.com/studio/index.html
  29. (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
  30.  
  31. [√] VS Code (version 1.71.2)
  32. • VS Code at C:\Users\Abrikosas\AppData\Local\Programs\Microsoft VS Code
  33. • Flutter extension version 3.48.0
  34.  
  35. [√] Connected device (3 available)
  36. • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19043.2006]
  37. • Chrome (web) • chrome • web-javascript • Google Chrome 105.0.5195.127
  38. • Edge (web) • edge • web-javascript • Microsoft Edge 105.0.1343.42
  39.  
  40. [√] HTTP Host Availability
  41. • All required HTTP hosts are available
  42.  
  43. ! Doctor found issues in 3 categories.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement