質問編集履歴

2

flutter doctor -vを追加

2020/02/05 12:37

投稿

tssss
tssss

スコア13

test CHANGED
File without changes
test CHANGED
@@ -56,21 +56,63 @@
56
56
 
57
57
  ```
58
58
 
59
- $ flutter doctor
59
+ $ flutter doctor -v
60
-
61
- Doctor summary (to see all details, run flutter doctor -v):
62
60
 
63
61
  [✓] Flutter (Channel dev, v1.14.6, on Mac OS X 10.14.6 18G2022, locale ja-JP)
62
+
63
+ • Flutter version 1.14.6 at /Users/aaaaaa/flutter
64
+
65
+ • Framework revision fabeb2a16f (8 days ago), 2020-01-28 07:56:51 -0800
66
+
67
+ • Engine revision c4229bfbba
68
+
69
+ • Dart version 2.8.0 (build 2.8.0-dev.5.0 fc3af737c7)
70
+
71
+
64
72
 
65
73
 
66
74
 
67
75
  [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
68
76
 
77
+ • Android SDK at /Users/aaaaaaa/Library/Android/sdk
78
+
79
+ • Android NDK location not configured (optional; useful for native profiling support)
80
+
81
+ • Platform android-29, build-tools 29.0.3
82
+
83
+ • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
84
+
85
+ • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
86
+
87
+ • All Android licenses accepted.
88
+
89
+
90
+
69
91
  [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
92
+
93
+ • Xcode at /Applications/Xcode.app/Contents/Developer
94
+
95
+ • Xcode 11.3.1, Build version 11C504
96
+
97
+ • CocoaPods version 1.8.4
98
+
99
+
70
100
 
71
101
  [✓] Android Studio (version 3.5)
72
102
 
103
+ • Android Studio at /Applications/Android Studio.app/Contents
104
+
105
+ • Flutter plugin version 43.0.1
106
+
107
+ • Dart plugin version 191.8593
108
+
109
+ • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
110
+
111
+
112
+
73
113
  [✓] Connected device (1 available)
114
+
115
+ • Android SDK built for x86 • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)
74
116
 
75
117
 
76
118
 

1

2020/02/05 12:37

投稿

tssss
tssss

スコア13

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,7 @@
93
93
  - $flutter cleanしてもだめでした。
94
94
 
95
95
  - $flutter createから作っても同様のエラーとなりました。
96
+
97
+
98
+
99
+ エラー原因がわかったら教えていただけるとありがたいです!