質問編集履歴
1
ためしたことを編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -48,8 +48,44 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
### 試したこと
|
51
|
+
flutter doctor --version
|
52
|
+
では問題は検知されませんでした。
|
53
|
+
```
|
54
|
+
-> % flutter doctor -v
|
55
|
+
[✓] Flutter (Channel stable, 1.22.5, on macOS 11.1 20C69 darwin-x64, locale ja-JP)
|
56
|
+
• Flutter version 1.22.5 at /Users//develop/flutter
|
57
|
+
• Framework revision 7891006299 (5 weeks ago), 2020-12-10 11:54:40 -0800
|
58
|
+
• Engine revision ae90085a84
|
59
|
+
• Dart version 2.10.4
|
51
60
|
|
61
|
+
|
62
|
+
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
|
63
|
+
• Android SDK at /Users//Library/Android/sdk
|
64
|
+
• Platform android-30, build-tools 30.0.3
|
65
|
+
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
|
66
|
+
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
|
67
|
+
• All Android licenses accepted.
|
68
|
+
|
69
|
+
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
|
70
|
+
• Xcode at /Applications/Xcode.app/Contents/Developer
|
71
|
+
• Xcode 12.3, Build version 12C33
|
72
|
+
• CocoaPods version 1.10.0
|
73
|
+
|
74
|
+
[✓] Android Studio (version 4.0)
|
75
|
+
• Android Studio at /Applications/Android Studio.app/Contents
|
76
|
+
• Flutter plugin version 50.0.1
|
77
|
+
• Dart plugin version 193.7547
|
78
|
+
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
|
79
|
+
|
80
|
+
[✓] VS Code (version 1.52.1)
|
81
|
+
• VS Code at /Applications/Visual Studio Code.app/Contents
|
82
|
+
• Flutter extension version 3.18.1
|
83
|
+
|
84
|
+
[✓] Connected device (1 available)
|
85
|
+
• sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator)
|
52
86
|
```
|
87
|
+
|
88
|
+
```
|
53
89
|
flutter clean
|
54
90
|
rm -rf .pub-cache
|
55
91
|
rm -rf /Users/〇〇/develop/flutter/bin/cache
|