-
Notifications
You must be signed in to change notification settings - Fork 0
/
flutter_11.log
56 lines (43 loc) · 2.24 KB
/
flutter_11.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter update-packages --force-upgrade
## exception
FileSystemException: FileSystemException: Cannot open file, path = 'C:\src\flutter\version' (OS Error: The system cannot find the file specified.
, errno = 2)
```
```
## flutter doctor
```
[✓] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.22000.675], locale en-IN)
• Flutter version 2.8.1 at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 77d935af4d (5 months ago), 2021-12-16 08:37:33 -0800
• Engine revision 890a5fca2e
• Dart version 2.15.1
[!] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
• Android SDK at C:\Users\DOLLY\AppData\Local\Android\sdk
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[✓] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[✓] Android Studio (version 2021.1)
• Android Studio at C:\Program Files\Android\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
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
[✓] VS Code (version 1.66.2)
• VS Code at C:\Users\DOLLY\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.38.1
[✓] Connected device (3 available)
• AOSP on IA Emulator (mobile) • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)
• Chrome (web) • chrome • web-javascript • Google Chrome 101.0.4951.67
• Edge (web) • edge • web-javascript • Microsoft Edge 95.0.1020.40
! Doctor found issues in 1 category.
```