質問編集履歴

1

ためしたことを編集

2021/01/13 00:49

投稿

ckr
ckr

スコア23

test CHANGED
File without changes
test CHANGED
@@ -98,6 +98,78 @@
98
98
 
99
99
  ### 試したこと
100
100
 
101
+ flutter doctor --version
102
+
103
+ では問題は検知されませんでした。
104
+
105
+ ```
106
+
107
+ -> % flutter doctor -v
108
+
109
+ [✓] Flutter (Channel stable, 1.22.5, on macOS 11.1 20C69 darwin-x64, locale ja-JP)
110
+
111
+ • Flutter version 1.22.5 at /Users//develop/flutter
112
+
113
+ • Framework revision 7891006299 (5 weeks ago), 2020-12-10 11:54:40 -0800
114
+
115
+ • Engine revision ae90085a84
116
+
117
+ • Dart version 2.10.4
118
+
119
+
120
+
121
+
122
+
123
+ [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
124
+
125
+ • Android SDK at /Users//Library/Android/sdk
126
+
127
+ • Platform android-30, build-tools 30.0.3
128
+
129
+ • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
130
+
131
+ • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
132
+
133
+ • All Android licenses accepted.
134
+
135
+
136
+
137
+ [✓] Xcode - develop for iOS and macOS (Xcode 12.3)
138
+
139
+ • Xcode at /Applications/Xcode.app/Contents/Developer
140
+
141
+ • Xcode 12.3, Build version 12C33
142
+
143
+ • CocoaPods version 1.10.0
144
+
145
+
146
+
147
+ [✓] Android Studio (version 4.0)
148
+
149
+ • Android Studio at /Applications/Android Studio.app/Contents
150
+
151
+ • Flutter plugin version 50.0.1
152
+
153
+ • Dart plugin version 193.7547
154
+
155
+ • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
156
+
157
+
158
+
159
+ [✓] VS Code (version 1.52.1)
160
+
161
+ • VS Code at /Applications/Visual Studio Code.app/Contents
162
+
163
+ • Flutter extension version 3.18.1
164
+
165
+
166
+
167
+ [✓] Connected device (1 available)
168
+
169
+ • sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator)
170
+
171
+ ```
172
+
101
173
 
102
174
 
103
175
  ```