-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflutter_01.log
95 lines (82 loc) · 5.41 KB
/
flutter_01.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter run
## exception
NoSuchMethodError: NoSuchMethodError: The method 'group' was called on null.
Receiver: null
Tried calling: group(1)
```
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
#1 licenseNotAcceptedHandler.<anonymous closure> (package:flutter_tools/src/android/gradle_errors.dart:248:23)
#2 buildGradleApp (package:flutter_tools/src/android/gradle.dart:392:66)
#3 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#4 _rootRunUnary (dart:async/zone.dart:1134:38)
#5 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#8 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#9 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#10 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#11 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#12 _DefaultProcessUtils.stream (package:flutter_tools/src/base/process.dart)
#13 _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#14 _rootRunUnary (dart:async/zone.dart:1134:38)
#15 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#16 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#17 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#18 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#19 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#20 Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:554:7)
#21 _rootRun (dart:async/zone.dart:1126:13)
#22 _CustomZone.run (dart:async/zone.dart:1023:19)
#23 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#24 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
#25 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#26 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#27 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#28 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)
```
## flutter doctor
```
[32m[✓][39m Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.4 19E287, locale en-DE)
[32m•[39m Flutter version 1.12.13+hotfix.9 at /Users/tobias.kloss/development/flutter
[32m•[39m Framework revision f139b11009 (2 weeks ago), 2020-03-30 13:57:30 -0700
[32m•[39m Engine revision af51afceb8
[32m•[39m Dart version 2.7.2
[33m[!][39m Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[32m•[39m Android SDK at /Users/tobias.kloss/Library/Android/sdk
[32m•[39m Android NDK location not configured (optional; useful for native profiling support)
[32m•[39m Platform android-29, build-tools 29.0.3
[32m•[39m Java binary at: /Users/tobias.kloss/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/193.6348893/Android Studio 4.0 Preview.app/Contents/jre/jdk/Contents/Home/bin/java
[32m•[39m Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[31m✗[39m Android license status unknown.
Try re-installing or updating your Android SDK Manager.
See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailed instructions.
[31m[✗][39m Xcode - develop for iOS and macOS
[31m✗[39m Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
[31m✗[39m CocoaPods not installed.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install:
sudo gem install cocoapods
[32m[✓][39m Android Studio
[32m•[39m Android Studio at /Users/tobias.kloss/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/193.6348893/Android Studio 4.0 Preview.app/Contents
[32m•[39m Flutter plugin version 45.1.2
[32m•[39m Dart plugin version 193.6911.31
[32m•[39m Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[33m[!][39m IntelliJ IDEA Ultimate Edition (version 2020.1)
[32m•[39m IntelliJ at /Users/tobias.kloss/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
[31m✗[39m Flutter plugin not installed; this adds Flutter specific functionality.
[31m✗[39m Dart plugin not installed; this adds Dart specific functionality.
[32m•[39m For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[32m[✓][39m Connected device (1 available)
[32m•[39m Pixel 3 • 8B1X120E3 • android-arm64 • Android 10 (API 29)
[33m![39m Doctor found issues in 3 categories.
```