Created
March 19, 2018 19:35
-
-
Save jonahwilliams/7992be2f2b48679457aba9be24021634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Original command | |
../flutter/bin/flutter run --local-engine-src-path /usr/local/google/home/jonahwilliams/Documents/engine/src --local-engine=android_debug_unopt | |
## command | |
flutter --local-engine android_debug_unopt --local-engine-src-path /usr/local/google/home/jonahwilliams/Documents/engine/src build flx --suppress-analytics --target /usr/local/google/home/jonahwilliams/Documents/examplo/lib/main.dart --preview-dart-2 --output-file /usr/local/google/home/jonahwilliams/Documents/examplo/build/app/intermediates/flutter/debug/app.flx --depfile /usr/local/google/home/jonahwilliams/Documents/examplo/build/app/intermediates/flutter/debug/snapshot_blob.bin.d --working-dir /usr/local/google/home/jonahwilliams/Documents/examplo/build/app/intermediates/flutter/debug/flutter_assets | |
## exception | |
ArgumentError: Invalid argument(s): Cannot find executable for /usr/local/google/home/jonahwilliams/Documents/engine/src/out/host_debug_unopt/dart-sdk/bin/dart. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment