-
Notifications
You must be signed in to change notification settings - Fork 2
/
flutter_01.log
131 lines (114 loc) · 6.51 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter run -d sm
## exception
ProcessException: ProcessException: Process "/Users/armaangoel/Desktop/CFC/PassMaster-App/android/gradlew" exited abnormally:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '11.0.1'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Command: /Users/armaangoel/Desktop/CFC/PassMaster-App/android/gradlew -v
```
#0 runCheckedAsync (package:flutter_tools/src/base/process.dart:251:5)
<asynchronous suspension>
#1 _initializeGradle (package:flutter_tools/src/android/gradle.dart:185:9)
<asynchronous suspension>
#2 _ensureGradle (package:flutter_tools/src/android/gradle.dart:166:37)
<asynchronous suspension>
#3 _readGradleProject (package:flutter_tools/src/android/gradle.dart:95:31)
<asynchronous suspension>
#4 _gradleProject (package:flutter_tools/src/android/gradle.dart:87:34)
<asynchronous suspension>
#5 getGradleAppOut (package:flutter_tools/src/android/gradle.dart:81:29)
<asynchronous suspension>
#6 AndroidApk.fromAndroidProject (package:flutter_tools/src/application_package.dart:96:23)
<asynchronous suspension>
#7 getApplicationPackageForPlatform (package:flutter_tools/src/application_package.dart:283:30)
<asynchronous suspension>
#8 FlutterDevice.runHot (package:flutter_tools/src/resident_runner.dart:269:21)
<asynchronous suspension>
#9 HotRunner.run (package:flutter_tools/src/run_hot.dart:272:39)
<asynchronous suspension>
#10 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:398:37)
<asynchronous suspension>
#11 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:401:18)
#12 _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#13 _rootRunUnary (dart:async/zone.dart:1132:38)
#14 _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#15 _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#16 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#17 Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#18 Future._complete (dart:async/future_impl.dart:476:7)
#19 _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#20 _AsyncAwaitCompleter.complete (dart:async/runtime/libasync_patch.dart:28:18)
#21 _completeOnAsyncReturn (dart:async/runtime/libasync_patch.dart:295:13)
#22 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#23 _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#24 _rootRunUnary (dart:async/zone.dart:1132:38)
#25 _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#26 _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#27 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#28 Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#29 Future._complete (dart:async/future_impl.dart:476:7)
#30 _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#31 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async/runtime/libasync_patch.dart:33:20)
#32 _rootRun (dart:async/zone.dart:1124:13)
#33 _CustomZone.run (dart:async/zone.dart:1021:19)
#34 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:947:23)
#35 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#36 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#37 _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#38 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)
```
## flutter doctor
```
[32m[✓][39m Flutter (Channel beta, v1.0.0, on Mac OS X 10.14 18A391, locale en-US)
[32m•[39m Flutter version 1.0.0 at /Users/armaangoel/development/flutter
[32m•[39m Framework revision 5391447fae (4 months ago), 2018-11-29 19:41:26 -0800
[32m•[39m Engine revision 7375a0f414
[32m•[39m Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)
[33m[!][39m Android toolchain - develop for Android devices (Android SDK 28.0.3)
[32m•[39m Android SDK at /Users/armaangoel/Library/Android/sdk
[32m•[39m Android NDK location not configured (optional; useful for native profiling
support)
[32m•[39m Platform android-28, build-tools 28.0.3
[32m•[39m Java binary at:
/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java
[32m•[39m Java version Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
[33m![39m Some Android licenses not accepted. To resolve this, run: flutter doctor
--android-licenses
[33m[!][39m iOS toolchain - develop for iOS devices (Xcode 10.1)
[32m•[39m Xcode at /Applications/Xcode.app/Contents/Developer
[32m•[39m Xcode 10.1, Build version 10B61
[31m✗[39m Verify that all connected devices have been paired with this computer in Xcode.
If all devices have been paired, libimobiledevice and ideviceinstaller may
require updating.
To update with Brew, run:
brew update
brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies usbmuxd
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller
[32m•[39m ios-deploy 1.9.2
[31m✗[39m ios-deploy out of date (1.9.4 is required). To upgrade with Brew:
brew upgrade ios-deploy
[32m•[39m CocoaPods version 1.5.3
[33m[!][39m Android Studio (not installed)
[32m•[39m Android Studio not found; download from
https://developer.android.com/studio/index.html
(or visit https://flutter.io/setup/#android-setup for detailed instructions).
[32m[✓][39m VS Code (version 1.32.3)
[32m•[39m VS Code at /Applications/Visual Studio Code.app/Contents
[32m•[39m Flutter extension version 2.24.0
[32m[✓][39m Connected device (2 available)
[32m•[39m SM G950U • 9887e0434c4846344c • android-arm64 • Android 8.0.0
(API 26)
[32m•[39m iPhone 8 • 55ADCE99-A28C-43B7-834A-EBD09111A0FD • ios • iOS 12.1
(simulator)
[33m![39m Doctor found issues in 3 categories.
```