質問編集履歴
1
画像がうまく入らなかったためエラーコードをコピーしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,35 @@
|
|
8
8
|
|
9
9
|
```
|
10
10
|
|
11
|
+
Doctor summary (to see all details, run flutter doctor -v):
|
12
|
+
|
13
|
+
[√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.19042.985], locale ja-JP)
|
14
|
+
|
15
|
+
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
|
16
|
+
|
17
|
+
X Android license status unknown.
|
18
|
+
|
11
|
-
|
19
|
+
Run `flutter doctor --android-licenses` to accept the SDK licenses.
|
20
|
+
|
21
|
+
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
|
22
|
+
|
23
|
+
[√] Chrome - develop for the web
|
24
|
+
|
25
|
+
[!] Visual Studio - develop for Windows (Visual Studio Community 2019 16.10.0)
|
26
|
+
|
27
|
+
X Visual Studio requires a reboot of your system to complete installation.
|
28
|
+
|
29
|
+
[!] Android Studio (version 3.5)
|
30
|
+
|
31
|
+
X Unable to determine bundled Java version.
|
32
|
+
|
33
|
+
[√] VS Code (version 1.56.2)
|
34
|
+
|
35
|
+
[√] Connected device (3 available)
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
! Doctor found issues in 3 categories.
|
12
40
|
|
13
41
|
```
|
14
42
|
|