Guest User

Cmd Output

a guest
Dec 20th, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.54 KB | None | 0 0
  1. C:\Windows\System32>flutter doctor -v
  2. [!] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4602], locale en-IN)
  3.     • Flutter version 3.24.5 on channel stable at D:\Flutter\versions\stable
  4.     ! Warning: `flutter` on your path resolves to C:\Windows\System32\flutter, which is not inside your current Flutter
  5.       SDK checkout at D:\Flutter\versions\stable. Consider adding D:\Flutter\versions\stable\bin to the front of your
  6.       path.
  7.     • Upstream repository https://github.com/flutter/flutter.git
  8.     • Framework revision dec2ee5c1f (5 weeks ago), 2024-11-13 11:13:06 -0800
  9.     • Engine revision a18df97ca5
  10.     • Dart version 3.5.4
  11.     • DevTools version 2.37.3
  12.     • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly
  13.       to perform update checks and upgrades.
  14.  
  15. [] Windows Version (Installed version of Windows is version 10 or higher)
  16.  
  17. [!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
  18.     • Android SDK at C:\Users\khand\AppData\Local\Android\sdk
  19.     • Platform android-35, build-tools 35.0.0
  20.     • Java binary at: C:\Program Files\Java\jdk-17\bin\java
  21.     • Java version Java(TM) SE Runtime Environment (build 17+35-LTS-2724)
  22.     X Android license status unknown.
  23.       Run `flutter doctor --android-licenses` to accept the SDK licenses.
  24.       See https://flutter.dev/to/windows-android-setup for more details.
  25.  
  26. [] Chrome - develop for the web
  27.     • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
  28.  
  29. [] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.12.3)
  30.     • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
  31.     • Visual Studio Community 2022 version 17.12.35527.113
  32.     • Windows 10 SDK version 10.0.22621.0
  33.  
  34. [] Android Studio (version 2024.2)
  35.     • Android Studio at C:\Users\khand\AppData\Local\Programs\Android Studio
  36.     • Flutter plugin can be installed from:
  37.        https://plugins.jetbrains.com/plugin/9212-flutter
  38.     • Dart plugin can be installed from:
  39.        https://plugins.jetbrains.com/plugin/6351-dart
  40.     • android-studio-dir = C:\Users\khand\AppData\Local\Programs\Android Studio
  41.     • Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11)
  42.  
  43. [] IntelliJ IDEA Community Edition (version 2024.2)
  44.     • IntelliJ at C:\Users\khand\AppData\Local\Programs\IntelliJ IDEA Community Edition
  45.     • Flutter plugin can be installed from:
  46.        https://plugins.jetbrains.com/plugin/9212-flutter
  47.     • Dart plugin version 242.22855.32
  48. C:\Windows\System32>
  49. [] VS Code (version 1.95.3)
  50.     • VS Code at C:\Users\khand\AppData\Local\Programs\Microsoft VS Code
  51.     • Flutter extension version 3.102.0
  52.  
  53. [] Connected device (3 available)
  54.     • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.22631.4602]
  55.     • Chrome (web)      • chrome  • web-javascript • Google Chrome 131.0.6778.86
  56.     • Edge (web)        • edge    • web-javascript • Microsoft Edge 131.0.2903.99
  57.  
  58. [] Network resources
  59.     • All expected network resources are available.
  60.  
  61. ! Doctor found issues in 2 categories.
  62.  
  63. C:\Windows\System32>flutter doctor --android-licenses
  64. Java version 17 or higher is required.
  65. To override this check set SKIP_JDK_VERSION_CHECK
  66.  
  67. C:\Windows\System32>java --version
  68. java 23 2024-09-17
  69. Java(TM) SE Runtime Environment (build 23+37-2369)
  70. Java HotSpot(TM) 64-Bit Server VM (build 23+37-2369, mixed mode, sharing)
  71.  
Add Comment
Please, Sign In to add comment