teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

flutter doctor -vを追加

2020/02/05 12:37

投稿

tssss
tssss

スコア13

title CHANGED
File without changes
body CHANGED
@@ -27,14 +27,35 @@
27
27
  ```
28
28
 
29
29
  ```
30
- $ flutter doctor
30
+ $ flutter doctor -v
31
- Doctor summary (to see all details, run flutter doctor -v):
32
31
  [✓] Flutter (Channel dev, v1.14.6, on Mac OS X 10.14.6 18G2022, locale ja-JP)
32
+ • Flutter version 1.14.6 at /Users/aaaaaa/flutter
33
+ • Framework revision fabeb2a16f (8 days ago), 2020-01-28 07:56:51 -0800
34
+ • Engine revision c4229bfbba
35
+ • Dart version 2.8.0 (build 2.8.0-dev.5.0 fc3af737c7)
36
+
33
37
 
34
38
  [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
39
+ • Android SDK at /Users/aaaaaaa/Library/Android/sdk
40
+ • Android NDK location not configured (optional; useful for native profiling support)
41
+ • Platform android-29, build-tools 29.0.3
42
+ • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
43
+ • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
44
+ • All Android licenses accepted.
45
+
35
46
  [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
47
+ • Xcode at /Applications/Xcode.app/Contents/Developer
48
+ • Xcode 11.3.1, Build version 11C504
49
+ • CocoaPods version 1.8.4
50
+
36
51
  [✓] Android Studio (version 3.5)
52
+ • Android Studio at /Applications/Android Studio.app/Contents
53
+ • Flutter plugin version 43.0.1
54
+ • Dart plugin version 191.8593
55
+ • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
56
+
37
57
  [✓] Connected device (1 available)
58
+ • Android SDK built for x86 • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)
38
59
 
39
60
  • No issues found!
40
61
 

1

2020/02/05 12:37

投稿

tssss
tssss

スコア13

title CHANGED
File without changes
body CHANGED
@@ -45,4 +45,6 @@
45
45
 
46
46
  試したこと
47
47
  - $flutter cleanしてもだめでした。
48
- - $flutter createから作っても同様のエラーとなりました。
48
+ - $flutter createから作っても同様のエラーとなりました。
49
+
50
+ エラー原因がわかったら教えていただけるとありがたいです!