Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Windows\System32>flutter doctor -v
- [!] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4602], locale en-IN)
- • Flutter version 3.24.5 on channel stable at D:\Flutter\versions\stable
- ! Warning: `flutter` on your path resolves to C:\Windows\System32\flutter, which is not inside your current Flutter
- SDK checkout at D:\Flutter\versions\stable. Consider adding D:\Flutter\versions\stable\bin to the front of your
- path.
- • Upstream repository https://github.com/flutter/flutter.git
- • Framework revision dec2ee5c1f (5 weeks ago), 2024-11-13 11:13:06 -0800
- • Engine revision a18df97ca5
- • Dart version 3.5.4
- • DevTools version 2.37.3
- • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly
- to perform update checks and upgrades.
- [√] Windows Version (Installed version of Windows is version 10 or higher)
- [!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
- • Android SDK at C:\Users\khand\AppData\Local\Android\sdk
- • Platform android-35, build-tools 35.0.0
- • Java binary at: C:\Program Files\Java\jdk-17\bin\java
- • Java version Java(TM) SE Runtime Environment (build 17+35-LTS-2724)
- X Android license status unknown.
- Run `flutter doctor --android-licenses` to accept the SDK licenses.
- See https://flutter.dev/to/windows-android-setup for more details.
- [√] Chrome - develop for the web
- • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
- [√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.12.3)
- • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
- • Visual Studio Community 2022 version 17.12.35527.113
- • Windows 10 SDK version 10.0.22621.0
- [√] Android Studio (version 2024.2)
- • Android Studio at C:\Users\khand\AppData\Local\Programs\Android Studio
- • Flutter plugin can be installed from:
- https://plugins.jetbrains.com/plugin/9212-flutter
- • Dart plugin can be installed from:
- https://plugins.jetbrains.com/plugin/6351-dart
- • android-studio-dir = C:\Users\khand\AppData\Local\Programs\Android Studio
- • Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11)
- [√] IntelliJ IDEA Community Edition (version 2024.2)
- • IntelliJ at C:\Users\khand\AppData\Local\Programs\IntelliJ IDEA Community Edition
- • Flutter plugin can be installed from:
- https://plugins.jetbrains.com/plugin/9212-flutter
- • Dart plugin version 242.22855.32
- C:\Windows\System32>
- [√] VS Code (version 1.95.3)
- • VS Code at C:\Users\khand\AppData\Local\Programs\Microsoft VS Code
- • Flutter extension version 3.102.0
- [√] Connected device (3 available)
- • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.4602]
- • Chrome (web) • chrome • web-javascript • Google Chrome 131.0.6778.86
- • Edge (web) • edge • web-javascript • Microsoft Edge 131.0.2903.99
- [√] Network resources
- • All expected network resources are available.
- ! Doctor found issues in 2 categories.
- C:\Windows\System32>flutter doctor --android-licenses
- Java version 17 or higher is required.
- To override this check set SKIP_JDK_VERSION_CHECK
- C:\Windows\System32>java --version
- java 23 2024-09-17
- Java(TM) SE Runtime Environment (build 23+37-2369)
- Java HotSpot(TM) 64-Bit Server VM (build 23+37-2369, mixed mode, sharing)
Add Comment
Please, Sign In to add comment