Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Doctor is successful, system path error is still present #45687

Closed
zjwarnes opened this issue Nov 27, 2019 · 6 comments
Closed

Flutter Doctor is successful, system path error is still present #45687

zjwarnes opened this issue Nov 27, 2019 · 6 comments
Labels
t: flutter doctor Problem related to the "flutter doctor" tool tool Affects the "flutter" command-line tool. See also t: labels. waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Comments

@zjwarnes
Copy link

zjwarnes commented Nov 27, 2019

Installing flutter on my system appears to run without issues (see flutter doctor output below). But, every time a flutter command is used the output 'System cannot find path specified' is output, sometimes multiple times before running the command. My system path environment variable has the flutter path C:\src\flutter\bin added. The same error 'System cannot find path specified' is also present whenever I run an emulator. The emulator can be run but, flutter run crashes the program.

I have already tried uninstalling and installing my complete development environment using multiple installation methods but this error persists.

Note I'm using Windows 10

Below is the complete output of 'flutter doctor', 'flutter pub get', and 'flutter run', all with the verbose option.

flutter doctor -v
The system cannot find the path specified.
The system cannot find the path specified.
[√] Flutter (Channel master, v1.12.14-pre.11, on Windows, locale en-CA)
    • Flutter version 1.12.14-pre.11 at C:\src\flutter
    • Framework revision 92b0ceaaa6 (28 hours ago), 2019-11-26 01:19:51 -0500
    • Engine revision 05f8c8b24b
    • Dart version 2.7.0


[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at C:\Users\zjwar\AppData\Local\Android\Sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • ANDROID_HOME = C:\Users\zjwar\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
    • All Android licenses accepted.

[√] Android Studio (version 3.5)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 41.1.2
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)

[√] VS Code (version 1.40.1)
    • VS Code at C:\Users\zjwar\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.6.0

[√] Connected device (1 available)
    • Android SDK built for x86 • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)

• No issues found!

logs
flutter pub get -v>
The system cannot find the path specified.
The system cannot find the path specified.
[ +117 ms] executing: [C:\src\flutter\] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +311 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +3 ms] 92b0ceaaa6360b572f28eb7ec682c74cd41eec8f
[   +3 ms] executing: [C:\src\flutter\] git describe --match v*.*.* --first-parent --long --tags
[ +223 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[   +4 ms] v1.12.13-11-g92b0ceaaa
[  +34 ms] executing: [C:\src\flutter\] git rev-parse --abbrev-ref --symbolic @{u}
[ +149 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[   +1 ms] origin/master
[   +1 ms] executing: [C:\src\flutter\] git ls-remote --get-url origin
[  +61 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +111 ms] executing: [C:\src\flutter\] git rev-parse --abbrev-ref HEAD
[  +61 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +1 ms] master
[  +87 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[  +12 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +337 ms] Running "flutter pub get" in flutter_app...
[  +21 ms] executing: [C:\Users\zjwar\AndroidStudioProjects\flutter_app\]
C:\src\flutter\bin\cache\dart-sdk\bin\pub.bat --verbose get --no-precompile
[ +166 ms] The system cannot find the path specified.
[  +46 ms] The system cannot find the path specified.
[ +109 ms] FINE: Pub 2.7.0
[   +2 ms] IO  : Spawning "cmd /c ver" in C:\Users\zjwar\AndroidStudioProjects\flutter_app\.
[  +19 ms] IO  : Finished ver. Exit code 1.
[   +1 ms]     | stdout:
[   +1 ms]     | | 
[   +1 ms]     | | Microsoft Windows [Version 10.0.17763.864]
[   +1 ms]     | stderr:
[   +1 ms]     | | The system cannot find the path specified.
[ +124 ms] MSG : Resolving dependencies...
[  +10 ms] SLVR: fact: flutter_app is 1.0.0+1
[   +4 ms] SLVR: derived: flutter_app
[  +34 ms] SLVR: fact: flutter_app depends on flutter any from sdk
[   +2 ms] SLVR: fact: flutter_app depends on cupertino_icons ^0.1.2
[   +1 ms] SLVR: fact: flutter_app depends on flutter_test any from sdk
[   +1 ms] SLVR:   selecting flutter_app
[   +2 ms] SLVR:   derived: flutter_test any from sdk
[   +1 ms] SLVR:   derived: cupertino_icons ^0.1.2
[   +2 ms] SLVR:   derived: flutter any from sdk
[  +25 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on flutter any from sdk
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on test_api 0.2.11
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on path 1.6.4
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on image 2.1.4
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on quiver 2.0.5
[   +3 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.9.3
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on vector_math 2.0.8
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on archive 2.0.11
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on args 1.5.2
[   +3 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on async 2.4.0
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on boolean_selector 1.0.5
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on charcode 1.1.2
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on collection 1.14.11
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on convert 2.1.1
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on crypto 2.1.3
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.6
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on meta 1.1.8
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on pedantic 1.8.0+1
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on petitparser 2.4.0
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on source_span 1.5.5
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.0.0
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.0.5
[   +3 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.1.0
[   +2 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on typed_data 1.1.6
[   +1 ms] SLVR:   fact: flutter_test 0.0.0 from sdk depends on xml 3.5.0
[   +2 ms] SLVR:     selecting flutter_test 0.0.0 from sdk
[   +2 ms] SLVR:     derived: xml 3.5.0
[   +2 ms] SLVR:     derived: typed_data 1.1.6
[   +2 ms] SLVR:     derived: term_glyph 1.1.0
[   +1 ms] SLVR:     derived: string_scanner 1.0.5
[   +1 ms] SLVR:     derived: stream_channel 2.0.0
[   +2 ms] SLVR:     derived: source_span 1.5.5
[   +1 ms] SLVR:     derived: petitparser 2.4.0
[   +1 ms] SLVR:     derived: pedantic 1.8.0+1
[   +1 ms] SLVR:     derived: meta 1.1.8
[   +1 ms] SLVR:     derived: matcher 0.12.6
[   +4 ms] SLVR:     derived: crypto 2.1.3
[   +1 ms] SLVR:     derived: convert 2.1.1
[   +1 ms] SLVR:     derived: collection 1.14.11
[   +1 ms] SLVR:     derived: charcode 1.1.2
[   +5 ms] SLVR:     derived: boolean_selector 1.0.5
[   +2 ms] SLVR:     derived: async 2.4.0
[   +1 ms] SLVR:     derived: args 1.5.2
[   +1 ms] SLVR:     derived: archive 2.0.11
[   +3 ms] SLVR:     derived: vector_math 2.0.8
[   +1 ms] SLVR:     derived: stack_trace 1.9.3
[   +1 ms] SLVR:     derived: quiver 2.0.5
[   +1 ms] SLVR:     derived: image 2.1.4
[   +1 ms] SLVR:     derived: path 1.6.4
[   +7 ms] SLVR:     derived: test_api 0.2.11
[   +1 ms] SLVR:       selecting cupertino_icons 0.1.2
[   +1 ms] SLVR:       fact: flutter 0.0.0 from sdk depends on collection 1.14.11
[   +2 ms] SLVR:       fact: flutter 0.0.0 from sdk depends on meta 1.1.8
[   +1 ms] SLVR:       fact: flutter 0.0.0 from sdk depends on typed_data 1.1.6
[   +6 ms] SLVR:       fact: flutter 0.0.0 from sdk depends on vector_math 2.0.8
[   +2 ms] SLVR:       fact: flutter 0.0.0 from sdk depends on sky_engine any from sdk
[   +1 ms] SLVR:         selecting flutter 0.0.0 from sdk
[   +1 ms] SLVR:         derived: sky_engine any from sdk
[   +1 ms] SLVR:         fact: xml 3.5.0 depends on petitparser ^2.3.0
[   +1 ms] SLVR:         fact: xml 3.5.0 depends on collection ^1.14.0
[   +1 ms] SLVR:         fact: xml 3.5.0 depends on convert ^2.1.0
[   +1 ms] SLVR:           selecting xml 3.5.0
[   +3 ms] SLVR:             selecting typed_data 1.1.6
[   +5 ms] SLVR:               selecting term_glyph 1.1.0
[   +1 ms] SLVR:               fact: string_scanner 1.0.5 depends on charcode ^1.1.0
[   +1 ms] SLVR:               fact: string_scanner 1.0.5 depends on meta ^1.1.0
[   +1 ms] SLVR:               fact: string_scanner 1.0.5 depends on source_span ^1.4.0
[   +1 ms] SLVR:                 selecting string_scanner 1.0.5
[   +1 ms] SLVR:                 fact: stream_channel 2.0.0 depends on async >=1.11.0 <3.0.0
[   +2 ms] SLVR:                   selecting stream_channel 2.0.0
[   +2 ms] SLVR:                   fact: source_span 1.5.5 depends on charcode ^1.0.0
[   +1 ms] SLVR:                   fact: source_span 1.5.5 depends on path ^1.2.0
[   +1 ms] SLVR:                   fact: source_span 1.5.5 depends on term_glyph ^1.0.0
[   +2 ms] SLVR:                     selecting source_span 1.5.5
[   +2 ms] SLVR:                     fact: petitparser 2.4.0 depends on meta ^1.1.0
[   +1 ms] SLVR:                       selecting petitparser 2.4.0
[   +3 ms] SLVR:                         selecting pedantic 1.8.0+1
[   +3 ms] SLVR:                           selecting meta 1.1.8
[   +9 ms] SLVR:                           fact: matcher 0.12.6 depends on stack_trace ^1.2.0
[   +1 ms] SLVR:                             selecting matcher 0.12.6
[   +5 ms] SLVR:                             fact: crypto 2.1.3 depends on collection ^1.0.0
[   +2 ms] SLVR:                             fact: crypto 2.1.3 depends on convert >=1.0.0 <3.0.0
[   +2 ms] SLVR:                             fact: crypto 2.1.3 depends on typed_data ^1.0.0
[   +1 ms] SLVR:                               selecting crypto 2.1.3
[   +2 ms] SLVR:                               fact: convert 2.1.1 depends on charcode ^1.1.0
[   +3 ms] SLVR:                               fact: convert 2.1.1 depends on typed_data ^1.1.0
[  +12 ms] SLVR:                                 selecting convert 2.1.1
[   +2 ms] SLVR:                                   selecting collection 1.14.11
[   +2 ms] SLVR:                                     selecting charcode 1.1.2
[   +2 ms] SLVR:                                     fact: boolean_selector 1.0.5 depends on
source_span ^1.0.0
[   +5 ms] SLVR:                                     fact: boolean_selector 1.0.5 depends on
string_scanner >=0.1.1 <2.0.0
[   +3 ms] SLVR:                                       selecting boolean_selector 1.0.5
[   +3 ms] SLVR:                                       fact: async 2.4.0 depends on collection ^1.5.0
[   +2 ms] SLVR:                                         selecting async 2.4.0
[   +2 ms] SLVR:                                           selecting args 1.5.2
[   +4 ms] SLVR:                                           fact: archive 2.0.11 depends on crypto
^2.0.0
[   +3 ms] SLVR:                                           fact: archive 2.0.11 depends on args
^1.4.0
[   +2 ms] SLVR:                                           fact: archive 2.0.11 depends on path
^1.5.1
[   +3 ms] SLVR:                                             selecting archive 2.0.11
[   +3 ms] SLVR:                                               selecting vector_math 2.0.8
[   +2 ms] SLVR:                                               fact: stack_trace 1.9.3 depends on
path ^1.2.0
[   +3 ms] SLVR:                                                 selecting stack_trace 1.9.3
[   +5 ms] SLVR:                                                 fact: quiver 2.0.5 depends on
matcher >=0.10.0 <0.13.0
[   +4 ms] SLVR:                                                 fact: quiver 2.0.5 depends on meta
^1.0.0
[   +5 ms] SLVR:                                                   selecting quiver 2.0.5
[   +2 ms] SLVR:                                                   fact: image 2.1.4 depends on
archive >=1.0.16 <3.0.0
[   +3 ms] SLVR:                                                   fact: image 2.1.4 depends on xml
^3.2.5
[   +2 ms] SLVR:                                                     selecting image 2.1.4
[   +2 ms] SLVR:                                                       selecting path 1.6.4
[   +3 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on async ^2.0.0
[   +2 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on boolean_selector ^1.0.0
[   +3 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on collection ^1.8.0
[   +4 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on meta ^1.1.5
[   +5 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on path ^1.2.0
[   +3 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on pedantic ^1.0.0
[   +2 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on source_span ^1.4.0
[   +2 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on stack_trace ^1.9.0
[   +3 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on stream_channel >=1.7.0 <3.0.0
[   +2 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on string_scanner ^1.0.0
[   +2 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on term_glyph ^1.0.0
[   +3 ms] SLVR:                                                       fact: test_api 0.2.11 depends
on matcher >=0.12.6 <0.12.7
[   +2 ms] SLVR:                                                         selecting test_api 0.2.11
[   +2 ms] SLVR:                                                           selecting sky_engine
0.0.99 from sdk
[   +2 ms] SLVR: Version solving took 0:00:00.398068 seconds.
[   +5 ms]     | Tried 1 solutions.
[   +1 ms] FINE: Resolving dependencies finished (0.408s).
[  +74 ms] IO  : Writing 4340 characters to text file .\pubspec.lock.
[   +1 ms] FINE: Contents:
[   +1 ms]     | # Generated by pub
[   +1 ms]     | # See https://dart.dev/tools/pub/glossary#lockfile
[   +2 ms]     | packages:
[        ]     |   archive:
[        ]     |     dependency: transitive
[   +2 ms]     |     description:
[        ]     |       name: archive
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[   +1 ms]     |     version: "2.0.11"
[   +1 ms]     |   args:
[   +1 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +1 ms]     |       name: args
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.5.2"
[   +1 ms]     |   async:
[   +2 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: async
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +2 ms]     |     version: "2.4.0"
[   +1 ms]     |   boolean_selector:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: boolean_selector
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +1 ms]     |     version: "1.0.5"
[   +1 ms]     |   charcode:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: charcode
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +2 ms]     |     version: "1.1.2"
[   +1 ms]     |   collection:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: collection
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.14.11"
[   +1 ms]     |   convert:
[   +1 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +1 ms]     |       name: convert
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.1.1"
[   +1 ms]     |   crypto:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: crypto
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.1.3"
[   +1 ms]     |   cupertino_icons:
[   +1 ms]     |     dependency: "direct main"
[   +1 ms]     |     description:
[        ]     |       name: cupertino_icons
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "0.1.2"
[   +1 ms]     |   flutter:
[   +3 ms]     |     dependency: "direct main"
[   +1 ms]     |     description: flutter
[   +1 ms]     |     source: sdk
[   +1 ms]     |     version: "0.0.0"
[   +1 ms]     |   flutter_test:
[   +1 ms]     |     dependency: "direct dev"
[   +2 ms]     |     description: flutter
[   +1 ms]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   image:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: image
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.1.4"
[        ]     |   matcher:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: matcher
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "0.12.6"
[   +1 ms]     |   meta:
[   +1 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +1 ms]     |       name: meta
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.1.8"
[   +1 ms]     |   path:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[        ]     |       name: path
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.6.4"
[   +4 ms]     |   pedantic:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +3 ms]     |       name: pedantic
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.8.0+1"
[   +1 ms]     |   petitparser:
[   +2 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: petitparser
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.4.0"
[   +1 ms]     |   quiver:
[   +4 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +3 ms]     |       name: quiver
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.0.5"
[        ]     |   sky_engine:
[   +1 ms]     |     dependency: transitive
[   +2 ms]     |     description: flutter
[   +1 ms]     |     source: sdk
[   +1 ms]     |     version: "0.0.99"
[   +1 ms]     |   source_span:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: source_span
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +3 ms]     |     version: "1.5.5"
[   +1 ms]     |   stack_trace:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: stack_trace
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[        ]     |     version: "1.9.3"
[        ]     |   stream_channel:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: stream_channel
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "2.0.0"
[   +1 ms]     |   string_scanner:
[   +2 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +2 ms]     |       name: string_scanner
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +2 ms]     |     version: "1.0.5"
[   +1 ms]     |   term_glyph:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: term_glyph
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +1 ms]     |     version: "1.1.0"
[   +1 ms]     |   test_api:
[   +1 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +1 ms]     |       name: test_api
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "0.2.11"
[   +1 ms]     |   typed_data:
[   +1 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +1 ms]     |       name: typed_data
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +1 ms]     |     version: "1.1.6"
[   +1 ms]     |   vector_math:
[   +1 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: vector_math
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +2 ms]     |     version: "2.0.8"
[   +1 ms]     |   xml:
[   +2 ms]     |     dependency: transitive
[   +1 ms]     |     description:
[   +1 ms]     |       name: xml
[   +1 ms]     |       url: "https://pub.dartlang.org"
[   +1 ms]     |     source: hosted
[   +2 ms]     |     version: "3.5.0"
[   +1 ms]     | sdks:
[   +1 ms]     |   dart: ">=2.4.0 <3.0.0"
[   +1 ms] IO  : Writing 2834 characters to text file .\.packages.
[   +1 ms] FINE: Contents:
[   +2 ms]     | # Generated by pub on 2019-11-27 11:49:05.124189.
[   +1 ms] MSG : Got dependencies!
[   +1 ms]     |
archive:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/archive-2.0.11/lib/
[   +2 ms]     |
args:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-1.5.2/lib/
[   +2 ms]     |
async:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/async-2.4.0/lib/
[   +3 ms]     |
boolean_selector:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/boolean_sel
ector-1.0.5/lib/
[   +2 ms]     |
charcode:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/
[   +3 ms]     |
collection:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/collection-1.14.1
1/lib/
[   +2 ms]     |
convert:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
[   +2 ms]     |
crypto:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/
[   +2 ms]     |
cupertino_icons:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cupertino_ic
ons-0.1.2/lib/
[   +5 ms]     | flutter:file:///C:/src/flutter/packages/flutter/lib/
[   +1 ms]     | flutter_test:file:///C:/src/flutter/packages/flutter_test/lib/
[   +1 ms]     |
image:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/image-2.1.4/lib/
[   +2 ms]     |
matcher:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/
[   +3 ms]     |
meta:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/meta-1.1.8/lib/
[   +2 ms]     |
path:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/path-1.6.4/lib/
[   +4 ms]     |
pedantic:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/pedantic-1.8.0+1/li
b/
[   +9 ms]     |
petitparser:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/petitparser-2.4.
0/lib/
[   +4 ms]     |
quiver:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/
[   +6 ms]     | sky_engine:file:///C:/src/flutter/bin/cache/pkg/sky_engine/lib/
[  +13 ms]     |
source_span:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/source_span-1.5.
5/lib/
[   +2 ms]     |
stack_trace:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.9.
3/lib/
[   +1 ms]     |
stream_channel:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stream_channe
l-2.0.0/lib/
[   +1 ms]     |
string_scanner:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/string_scanne
r-1.0.5/lib/
[   +2 ms]     |
term_glyph:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/term_glyph-1.1.0/
lib/
[   +1 ms]     |
test_api:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/test_api-0.2.11/lib
/
[   +3 ms]     |
typed_data:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/typed_data-1.1.6/
lib/
[   +3 ms]     |
vector_math:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/vector_math-2.0.
8/lib/
[   +1 ms]     |
xml:file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/xml-3.5.0/lib/
[   +2 ms]     | flutter_app:lib/
[   +1 ms] IO  : Writing 5952 characters to text file .\.dart_tool\package_config.json.
[   +1 ms] FINE: Contents:
[   +1 ms]     | {
[   +1 ms]     |   "configVersion": 2,
[   +7 ms]     |   "packages": [
[   +1 ms]     |     {
[   +1 ms]     |       "name": "archive",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/archive-2.0.11",
[   +1 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "args",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-1.5.2",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "async",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/async-2.4.0",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "boolean_selector",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/boolean_selector-1.0.5",
[   +4 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "charcode",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/charcode-1.1.2",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "1.0"
[   +3 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "collection",
[   +3 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/collection-1.14.11",
[   +3 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "convert",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/convert-2.1.1",
[   +2 ms]     |       "packageUri": "lib/",
[   +4 ms]     |       "languageVersion": "1.17"
[   +5 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "crypto",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/crypto-2.1.3",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.1"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "cupertino_icons",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cupertino_icons-0.1.2",
[   +2 ms]     |       "packageUri": "lib/",
[  +10 ms]     |       "languageVersion": "2.0"
[   +3 ms]     |     },
[   +5 ms]     |     {
[   +1 ms]     |       "name": "flutter",
[   +1 ms]     |       "rootUri": "file:///C:/src/flutter/packages/flutter",
[   +1 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.2"
[   +3 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "flutter_test",
[   +3 ms]     |       "rootUri": "file:///C:/src/flutter/packages/flutter_test",
[   +1 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.2"
[   +1 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "image",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/image-2.1.4",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "matcher",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/matcher-0.12.6",
[   +2 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.2"
[   +5 ms]     |     },
[   +1 ms]     |     {
[   +4 ms]     |       "name": "meta",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/meta-1.1.8",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "1.12"
[   +1 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "path",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/path-1.6.4",
[   +1 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +7 ms]     |     {
[   +1 ms]     |       "name": "pedantic",
[   +3 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/pedantic-1.8.0+1",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.1"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "petitparser",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/petitparser-2.4.0",
[   +1 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.4"
[   +2 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "quiver",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/quiver-2.0.5",
[   +4 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "sky_engine",
[   +1 ms]     |       "rootUri": "file:///C:/src/flutter/bin/cache/pkg/sky_engine",
[   +1 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "1.11"
[   +1 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "source_span",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/source_span-1.5.5",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "1.8"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "stack_trace",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.9.3",
[   +3 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "1.23"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "stream_channel",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "string_scanner",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "term_glyph",
[   +5 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
[   +5 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "1.8"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "test_api",
[   +2 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/test_api-0.2.11",
[   +2 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.2"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +2 ms]     |       "name": "typed_data",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/typed_data-1.1.6",
[  +10 ms]     |       "packageUri": "lib/",
[   +6 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "vector_math",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/vector_math-2.0.8",
[   +2 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.0"
[   +1 ms]     |     },
[   +2 ms]     |     {
[   +1 ms]     |       "name": "xml",
[   +1 ms]     |       "rootUri":
"file:///C:/Users/zjwar/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/xml-3.5.0",
[  +11 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.3"
[   +1 ms]     |     },
[   +1 ms]     |     {
[   +1 ms]     |       "name": "flutter_app",
[        ]     |       "rootUri": "../",
[   +3 ms]     |       "packageUri": "lib/",
[   +1 ms]     |       "languageVersion": "2.1"
[   +1 ms]     |     }
[   +1 ms]     |   ],
[   +2 ms]     |   "generated": "2019-11-27T10:49:05.326225Z",
[   +1 ms]     |   "generator": "pub",
[        ]     |   "generatorVersion": "2.7.0"
[        ]     | }
[  +24 ms] Running "flutter pub get" in flutter_app... (completed in 1.9s)
[   +3 ms] "flutter get" took 2,402ms.
pub get failed (1;     | })

#0      throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1      _DefaultPub.batch (package:flutter_tools/src/dart/pub.dart:295:7)
#2      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#3      _rootRunUnary (dart:async/zone.dart:1134:38)
#4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
#9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#11     _DefaultProcessUtils.stream (package:flutter_tools/src/base/process.dart)
#12     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#13     _rootRunUnary (dart:async/zone.dart:1134:38)
#14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#15     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#16     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#17     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#18     Future._addListener.<anonymous closure> (dart:async/future_impl.dart:389:9)
#19     _rootRun (dart:async/zone.dart:1126:13)
#20     _CustomZone.run (dart:async/zone.dart:1023:19)
#21     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#22     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
#23     _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#24     _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#25     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#26     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)


> flutter run -v 
The system cannot find the path specified.
The system cannot find the path specified.
[  +62 ms] executing: [C:\src\flutter\] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +147 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +6 ms] 92b0ceaaa6360b572f28eb7ec682c74cd41eec8f
[   +2 ms] executing: [C:\src\flutter\] git describe --match v*.*.* --first-parent --long --tags
[ +176 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[   +3 ms] v1.12.13-11-g92b0ceaaa
[  +38 ms] executing: [C:\src\flutter\] git rev-parse --abbrev-ref --symbolic @{u}
[ +176 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[   +4 ms] origin/master
[   +2 ms] executing: [C:\src\flutter\] git ls-remote --get-url origin
[ +154 ms] Exit code 0 from: git ls-remote --get-url origin
[   +3 ms] https://github.com/flutter/flutter.git
[ +359 ms] executing: [C:\src\flutter\] git rev-parse --abbrev-ref HEAD
[ +163 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +3 ms] master
[ +246 ms] executing: C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[  +35 ms] Exit code 0 from: C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[   +1 ms] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86
           transport_id:1
[  +45 ms] C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell getprop
[ +130 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[  +14 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[  +13 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[  +29 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[   +7 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +568 ms] Generating
C:\Users\zjwar\AndroidStudioProjects\flutter_app\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant
.java
[  +74 ms] ro.hardware = ranchu
[ +177 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider
enabling
                    software rendering with "--enable-software-rendering".
[  +97 ms] Launching lib\main.dart on Android SDK built for x86 in debug mode...
[  +62 ms] executing: C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell -x logcat
-v time -s flutter
[  +38 ms] executing: C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe version
[ +179 ms] Android Debug Bridge version 1.0.41
                    Version 29.0.5-5949299
                    Installed as C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe
[   +8 ms] executing: C:\Users\zjwar\AppData\Local\Android\Sdk\platform-tools\adb.exe start-server
[ +100 ms] Building APK
[  +20 ms] [!] Your app isn't using AndroidX.
[   +1 ms]     To avoid potential build failures, you can quickly migrate your app by following the steps on
               https://goo.gl/CP92wY.
[   +3 ms] Running Gradle task 'assembleDebug'...
[   +3 ms] gradle.properties already sets `android.enableR8`
[   +9 ms] Using gradle from C:\Users\zjwar\AndroidStudioProjects\flutter_app\android\gradlew.bat.
[   +9 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +129 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version
[   +1 ms] openjdk version "1.8.0_202-release"
           OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
           OpenJDK 64-Bit Server VM (build 25.202-b03, mixed mode)
[   +9 ms] executing: [C:\Users\zjwar\AndroidStudioProjects\flutter_app\android\]
C:\Users\zjwar\AndroidStudioProjects\flutter_app\android\gradlew.bat -Pverbose=true
-Ptarget=C:\Users\zjwar\AndroidStudioProjects\flutter_app\lib\main.dart -Ptrack-widget-creation=true
-Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-x86 assembleDebug
[ +110 ms] The system cannot find the path specified.
[+4130 ms] Starting a Gradle Daemon (subsequent builds will be faster)
[+11995 ms] FAILURE: Build failed with an exception.
[   +4 ms] * Where:
[   +5 ms] Build file 'C:\Users\zjwar\AndroidStudioProjects\flutter_app\android\app\build.gradle' line: 24
[  +37 ms] * What went wrong:
[   +5 ms] A problem occurred evaluating project ':app'.
[  +12 ms] > ASCII
[   +4 ms] * Try:
[   +6 ms] 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.
[  +11 ms] * Get more help at https://help.gradle.org
[   +5 ms] BUILD FAILED in 15s
[ +724 ms] Running Gradle task 'assembleDebug'... (completed in 17.2s)
[  +35 ms] "flutter run" took 19,314ms.
Gradle task assembleDebug failed with exit code 1

#0      throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1      buildGradleApp (package:flutter_tools/src/android/gradle.dart:387:7)
#2      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#3      _rootRunUnary (dart:async/zone.dart:1134:38)
#4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
#9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#11     _DefaultProcessUtils.stream (package:flutter_tools/src/base/process.dart)
#12     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#13     _rootRunUnary (dart:async/zone.dart:1134:38)
#14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#15     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#16     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#17     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#18     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#19     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:554:7)
#20     _rootRun (dart:async/zone.dart:1126:13)
#21     _CustomZone.run (dart:async/zone.dart:1023:19)
#22     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#23     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
#24     _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#25     _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#26     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#27     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)

@iapicca
Copy link
Contributor

iapicca commented Nov 27, 2019

Hi @zjwarnes
I assume you followed the steps described in the docs, am I correct?
thank you

@iapicca iapicca added t: flutter doctor Problem related to the "flutter doctor" tool tool Affects the "flutter" command-line tool. See also t: labels. waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Nov 27, 2019
@zjwarnes
Copy link
Author

@iapicca Yes I followed those steps. I've gone through this process on another machine with no issues.

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Nov 27, 2019
@zanderso
Copy link
Member

zanderso commented Dec 2, 2019

#12666 is possibly related, though it looks like pub is running successfully. One source of the message "The system cannot find the path specified" is pub's stderr, though, so something that pub (or pub.bat) is looking for might be missing. Maybe this is the same as the problem in the comment here: #12666 (comment) ?

@jmagman jmagman added this to Awaiting triage in Tools - doctor review Jan 10, 2020
@christopherfujino christopherfujino moved this from Awaiting triage to Engineer reviewed in Tools - doctor review Mar 4, 2020
@huycozy
Copy link
Member

huycozy commented Jul 7, 2022

Hi @zjwarnes, are you still facing this issue on the latest version of flutter stable (3.0.4)?
This issue may be fixed by PR.

If you are, please try some workarounds below:

Thank you!

@huycozy huycozy added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 7, 2022
@github-actions
Copy link

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now.
If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones.
Thanks for your contribution.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
t: flutter doctor Problem related to the "flutter doctor" tool tool Affects the "flutter" command-line tool. See also t: labels. waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds
Projects
Tools - doctor review
  
Engineer reviewed
Development

No branches or pull requests

4 participants