Created
December 10, 2018 05:22
-
-
Save mmcc007/2055142d0852509ae77ceb752d096432 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
$ flutter driver | |
Using device Android SDK built for x86. | |
Starting application: lib/main.dart | |
Initializing gradle... 0.8s | |
Resolving dependencies... 0.9s | |
Installing build/app/outputs/apk/app.apk... 2.1s | |
Gradle task 'assembleDebug'... | |
Gradle task 'assembleDebug'... Done 7.9s | |
Built build/app/outputs/apk/debug/app-debug.apk. | |
Installing build/app/outputs/apk/app.apk... 1.8s | |
I/flutter (16870): Observatory listening on http://127.0.0.1:33407/ | |
00:00 +0: app test: (setUpAll) | |
[info ] FlutterDriver: Connecting to Flutter application at http://127.0.0.1:50244/ | |
[trace] FlutterDriver: Isolate found with number: 980848669 | |
[trace] FlutterDriver: Isolate is paused at start. | |
[trace] FlutterDriver: Attempting to resume isolate | |
[trace] FlutterDriver: Waiting for service extension | |
etc... | |
each run requires a build and install... very slow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment