-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
needs repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to Reproduce
- Run
flutter run - Look at running emulator
Expected results:
When I run with flutter run I expect the emulator to of course run the latest version of the code.
Actual results:
Flutter runs some outdated version that doesn't change even when you rerun or hot-reload. At this point if I remember about this weird behaviour happening, I uninstall the app on the emulator and rerun. This seems to get the process working properly again and I start seeing changes reflected in the running app.
Logs
[ +18 ms] executing: [/home/nenchev/Developer/tools/flutter/] git -c log.showSignature=false log -n 1
--pretty=format:%H
[ +33 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] e4a61dfdea8dc55e6665abefb00be9575de4d06c
[ ] executing: [/home/nenchev/Developer/tools/flutter/] git describe --match v*.*.* --first-parent
--long --tags
[ +15 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v1.16.3-22-ge4a61dfde
[ +10 ms] executing: [/home/nenchev/Developer/tools/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] executing: [/home/nenchev/Developer/tools/flutter/] git ls-remote --get-url origin
[ +4 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +68 ms] executing: [/home/nenchev/Developer/tools/flutter/] git rev-parse --abbrev-ref HEAD
[ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ +26 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +11 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb devices -l
[ +45 ms] List of devices attached
emulator-5554 device product:sdk_gphone_x86 model:Android_SDK_built_for_x86
device:generic_x86 transport_id:2
[ +7 ms] /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +32 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +94 ms] Found plugin receive_sharing_intent at
/home/nenchev/.pub-cache/hosted/pub.dartlang.org/receive_sharing_intent-1.3.3/
[ +68 ms] Found plugin receive_sharing_intent at
/home/nenchev/.pub-cache/hosted/pub.dartlang.org/receive_sharing_intent-1.3.3/
[ +54 ms] Generating
/home/nenchev/Developer/projects/projectname/projectname/android/app/src/main/java/io/flutter/plugins/Ge
neratedPluginRegistrant.java
[ +24 ms] ro.hardware = ranchu
[ +25 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts,
consider
enabling software rendering with "--enable-software-rendering".
[ +17 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
[ +7 ms] /home/nenchev/Developer/tools/flutter/bin/cache/dart-sdk/bin/dart
/home/nenchev/Developer/tools/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot
--sdk-root /home/nenchev/Developer/tools/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/
--incremental --target=flutter --debugger-module-names -Ddart.developer.causal_async_stacks=true
--output-dill /tmp/flutter_tool.ZGGPRO/app.dill --packages
/home/nenchev/Developer/projects/projectname/projectname/.packages -Ddart.vm.profile=false
-Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachab
le-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme
org-dartlang-root --initialize-from-dill build/cache.dill
[ +10 ms] executing: /home/nenchev/Android/Sdk/build-tools/28.0.3/aapt dump xmltree
/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk/app.apk
AndroidManifest.xml
[ +4 ms] Exit code 0 from: /home/nenchev/Android/Sdk/build-tools/28.0.3/aapt dump xmltree
/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk/app.apk
AndroidManifest.xml
[ ] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.example.projectname" (Raw: "com.example.projectname")
A: platformBuildVersionCode=(type 0x10)0x1c
A: platformBuildVersionName=(type 0x10)0x9
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw:
"android.permission.INTERNET")
E: application (line=22)
A: android:label(0x01010001)="projectname" (Raw: "projectname")
A: android:icon(0x01010002)=@0x7f080000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw:
"io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
"androidx.core.app.CoreComponentFactory")
E: activity (line=28)
A: android:theme(0x01010000)=@0x7f0a0000
A: android:name(0x01010003)="com.example.projectname.MainActivity" (Raw:
"com.example.projectname.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=42)
A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
"io.flutter.embedding.android.NormalTheme")
A: android:resource(0x01010025)=@0x7f0a0001
E: meta-data (line=52)
A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw:
"io.flutter.embedding.android.SplashScreenDrawable")
A: android:resource(0x01010025)=@0x7f040000
E: intent-filter (line=56)
E: action (line=57)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw:
"android.intent.action.MAIN")
E: category (line=59)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
"android.intent.category.LAUNCHER")
E: intent-filter (line=63)
E: action (line=64)
A: android:name(0x01010003)="android.intent.action.VIEW" (Raw:
"android.intent.action.VIEW")
E: category (line=66)
A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
"android.intent.category.DEFAULT")
E: category (line=67)
A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
"android.intent.category.BROWSABLE")
E: data (line=69)
A: android:scheme(0x01010027)="https" (Raw: "https")
A: android:host(0x01010028)="example.com" (Raw: "example.com")
A: android:pathPrefix(0x0101002b)="/invite" (Raw: "/invite")
E: intent-filter (line=74)
E: action (line=75)
A: android:name(0x01010003)="android.intent.action.SEND" (Raw:
"android.intent.action.SEND")
E: category (line=77)
A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
"android.intent.category.DEFAULT")
E: data (line=79)
A: android:mimeType(0x01010026)="text/*" (Raw: "text/*")
E: meta-data (line=86)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
[ +11 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time
-t 1
[ +27 ms] Exit code 0 from: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat
-v time -t 1
[ ] --------- beginning of main
04-08 10:59:21.200 W//system/bin/adbd( 1730): type=1400 audit(0.0:10088): avc: denied { create }
for comm=73657276657220736F636B6574 scontext=u:r:adbd:s0 tcontext=u:r:adbd:s0 tclass=socket
permissive=0
[ +21 ms] <- compile package:projectname/main.dart
[ +11 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb version
[ +26 ms] Android Debug Bridge version 1.0.41
Version 29.0.2-5738569
Installed as /home/nenchev/Android/Sdk/platform-tools/adb
[ +3 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb start-server
[ +5 ms] Building APK
[ +25 ms] Running Gradle task 'assembleDebug'...
[ +2 ms] gradle.properties already sets `android.enableR8`
[ +3 ms] Using gradle from /home/nenchev/Developer/projects/projectname/projectname/android/gradlew.
[ +1 ms] /home/nenchev/Developer/projects/projectname/projectname/android/gradlew mode: 33261
rwxr-xr-x.
[ +15 ms] executing: /opt/android-studio/jre/bin/java -version
[ +53 ms] Exit code 0 from: /opt/android-studio/jre/bin/java -version
[ ] openjdk version "1.8.0_202-release"
OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
OpenJDK 64-Bit Server VM (build 25.202-b49-5587405, mixed mode)
[ +3 ms] executing: [/home/nenchev/Developer/projects/projectname/projectname/android/]
/home/nenchev/Developer/projects/projectname/projectname/android/gradlew -Pverbose=true
-Ptarget-platform=android-x86
-Ptarget=/home/nenchev/Developer/projects/projectname/projectname/lib/main.dart
-Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+2967 ms] > Task :app:compileFlutterBuildDebug
[ ] [ +17 ms] executing: [/home/nenchev/Developer/tools/flutter/] git -c log.showSignature=false log
-n 1 --pretty=format:%H
[ ] [ +29 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ ] e4a61dfdea8dc55e6665abefb00be9575de4d06c
[ ] [ ] executing: [/home/nenchev/Developer/tools/flutter/] git describe --match v*.*.*
--first-parent --long --tags
[ ] [ +14 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] [ ] v1.16.3-22-ge4a61dfde
[ ] [ +9 ms] executing: [/home/nenchev/Developer/tools/flutter/] git rev-parse --abbrev-ref
--symbolic @{u}
[ ] [ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ ] origin/master
[ ] [ ] executing: [/home/nenchev/Developer/tools/flutter/] git ls-remote --get-url origin
[ ] [ +5 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] [ ] https://github.com/flutter/flutter.git
[ ] [ +80 ms] executing: [/home/nenchev/Developer/tools/flutter/] git rev-parse --abbrev-ref HEAD
[ ] [ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] master
[ ] [ +27 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] [ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] [ +6 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ ] [ +81 ms] Initializing file store
[ ] [ +11 ms] Done initializing file store
[ ] [+1361 ms] kernel_snapshot: Starting due to {InvalidatedReason.inputChanged}
[ ] [ +10 ms] /home/nenchev/Developer/tools/flutter/bin/cache/dart-sdk/bin/dart
/home/nenchev/Developer/tools/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot
--sdk-root /home/nenchev/Developer/tools/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/
--target=flutter -Ddart.developer.causal_async_stacks=true -Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachab
le-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --no-link-platform
--packages /home/nenchev/Developer/projects/projectname/projectname/.packages --output-dill
/home/nenchev/Developer/projects/projectname/projectname/.dart_tool/flutter_build/8d9d5190c44a418584c315
e6babb6a84/app.dill --depfile
/home/nenchev/Developer/projects/projectname/projectname/.dart_tool/flutter_build/8d9d5190c44a418584c315
e6babb6a84/kernel_snapshot.d package:projectname/main.dart
[+6567 ms] [+6647 ms] kernel_snapshot: Complete
[ +500 ms] [ +440 ms] debug_android_application: Starting due to {InvalidatedReason.inputChanged,
InvalidatedReason.outputMissing}
[ +199 ms] [ +252 ms] debug_android_application: Complete
[ ] [ +14 ms] Persisting file store
[ ] [ +8 ms] Done persisting file store
[ +99 ms] [ +5 ms] build succeeded.
[ ] [ +10 ms] "flutter assemble" took 8,886ms.
[ +100 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[ ] > Task :app:preBuild UP-TO-DATE
[ ] > Task :app:preDebugBuild UP-TO-DATE
[ ] > Task :receive_sharing_intent:preBuild UP-TO-DATE
[ ] > Task :receive_sharing_intent:preDebugBuild UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugAidl NO-SOURCE
[ ] > Task :app:compileDebugAidl NO-SOURCE
[ ] > Task :receive_sharing_intent:packageDebugRenderscript NO-SOURCE
[ ] > Task :app:compileDebugRenderscript NO-SOURCE
[ ] > Task :app:checkDebugManifest UP-TO-DATE
[ +3 ms] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ ] > Task :app:cleanMergeDebugAssets
[ ] > Task :app:mergeDebugShaders UP-TO-DATE
[ ] > Task :app:compileDebugShaders UP-TO-DATE
[ ] > Task :app:generateDebugAssets UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugShaders UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugShaders UP-TO-DATE
[ ] > Task :receive_sharing_intent:generateDebugAssets UP-TO-DATE
[ ] > Task :receive_sharing_intent:packageDebugAssets UP-TO-DATE
[ +91 ms] > Task :app:mergeDebugAssets
[ +100 ms] > Task :app:copyFlutterAssetsDebug
[ ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[ ] > Task :app:generateDebugResValues UP-TO-DATE
[ ] > Task :app:generateDebugResources UP-TO-DATE
[ ] > Task :receive_sharing_intent:generateDebugResValues UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugRenderscript NO-SOURCE
[ ] > Task :receive_sharing_intent:generateDebugResources UP-TO-DATE
[ ] > Task :receive_sharing_intent:packageDebugResources UP-TO-DATE
[ ] > Task :app:mergeDebugResources UP-TO-DATE
[ ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ ] > Task :receive_sharing_intent:checkDebugManifest UP-TO-DATE
[ ] > Task :receive_sharing_intent:processDebugManifest UP-TO-DATE
[ ] > Task :app:processDebugManifest UP-TO-DATE
[ ] > Task :receive_sharing_intent:parseDebugLibraryResources UP-TO-DATE
[ ] > Task :receive_sharing_intent:generateDebugRFile UP-TO-DATE
[ ] > Task :app:processDebugResources UP-TO-DATE
[ ] > Task :receive_sharing_intent:generateDebugBuildConfig UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugKotlin UP-TO-DATE
[ ] > Task :receive_sharing_intent:javaPreCompileDebug UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :receive_sharing_intent:bundleLibCompileDebug UP-TO-DATE
[ +95 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[ +1 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[ ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :app:compileDebugSources UP-TO-DATE
[ ] > Task :app:processDebugJavaRes NO-SOURCE
[ ] > Task :receive_sharing_intent:processDebugJavaRes NO-SOURCE
[ ] > Task :receive_sharing_intent:bundleLibResDebug UP-TO-DATE
[ ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[ ] > Task :receive_sharing_intent:bundleLibRuntimeDebug UP-TO-DATE
[ ] > Task :receive_sharing_intent:createFullJarDebug UP-TO-DATE
[ ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[ ] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[ ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[ ] > Task :app:mergeExtDexDebug UP-TO-DATE
[ ] > Task :app:mergeDexDebug UP-TO-DATE
[ ] > Task :app:validateSigningDebug UP-TO-DATE
[ ] > Task :app:signingConfigWriterDebug UP-TO-DATE
[ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugJniLibFolders UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugNativeLibs UP-TO-DATE
[ ] > Task :receive_sharing_intent:stripDebugDebugSymbols UP-TO-DATE
[ ] > Task :receive_sharing_intent:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[ ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[ ] Compatible side by side NDK version was not found.
[ +986 ms] > Task :app:packageDebug
[ ] > Task :app:assembleDebug
[ ] > Task :receive_sharing_intent:extractDebugAnnotations UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugGeneratedProguardFiles UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugConsumerProguardFiles UP-TO-DATE
[ ] > Task :receive_sharing_intent:prepareLintJarForPublish UP-TO-DATE
[ ] > Task :receive_sharing_intent:mergeDebugJavaResource UP-TO-DATE
[ ] > Task :receive_sharing_intent:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] > Task :receive_sharing_intent:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] > Task :receive_sharing_intent:bundleDebugAar UP-TO-DATE
[ ] > Task :receive_sharing_intent:compileDebugSources UP-TO-DATE
[ ] > Task :receive_sharing_intent:assembleDebug UP-TO-DATE
[ ] BUILD SUCCESSFUL in 11s
[ ] 59 actionable tasks: 5 executed, 54 up-to-date
[ +336 ms] Running Gradle task 'assembleDebug'... (completed in 12.2s)
[ +129 ms] calculateSha: LocalDirectory:
'/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk'/app.apk
[ +48 ms] calculateSha: reading file took 47us
[ +435 ms] calculateSha: computing sha took 435us
[ +3 ms] ✓ Built build/app/outputs/apk/debug/app-debug.apk.
[ +3 ms] executing: /home/nenchev/Android/Sdk/build-tools/28.0.3/aapt dump xmltree
/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk/app.apk
AndroidManifest.xml
[ +7 ms] Exit code 0 from: /home/nenchev/Android/Sdk/build-tools/28.0.3/aapt dump xmltree
/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk/app.apk
AndroidManifest.xml
[ ] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.example.projectname" (Raw: "com.example.projectname")
A: platformBuildVersionCode=(type 0x10)0x1c
A: platformBuildVersionName=(type 0x10)0x9
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw:
"android.permission.INTERNET")
E: application (line=22)
A: android:label(0x01010001)="projectname" (Raw: "projectname")
A: android:icon(0x01010002)=@0x7f080000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw:
"io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
"androidx.core.app.CoreComponentFactory")
E: activity (line=28)
A: android:theme(0x01010000)=@0x7f0a0000
A: android:name(0x01010003)="com.example.projectname.MainActivity" (Raw:
"com.example.projectname.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=42)
A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
"io.flutter.embedding.android.NormalTheme")
A: android:resource(0x01010025)=@0x7f0a0001
E: meta-data (line=52)
A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw:
"io.flutter.embedding.android.SplashScreenDrawable")
A: android:resource(0x01010025)=@0x7f040000
E: intent-filter (line=56)
E: action (line=57)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw:
"android.intent.action.MAIN")
E: category (line=59)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
"android.intent.category.LAUNCHER")
E: intent-filter (line=63)
E: action (line=64)
A: android:name(0x01010003)="android.intent.action.VIEW" (Raw:
"android.intent.action.VIEW")
E: category (line=66)
A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
"android.intent.category.DEFAULT")
E: category (line=67)
A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
"android.intent.category.BROWSABLE")
E: data (line=69)
A: android:scheme(0x01010027)="https" (Raw: "https")
A: android:host(0x01010028)="example.com" (Raw: "example.com")
A: android:pathPrefix(0x0101002b)="/invite" (Raw: "/invite")
E: intent-filter (line=74)
E: action (line=75)
A: android:name(0x01010003)="android.intent.action.SEND" (Raw:
"android.intent.action.SEND")
E: category (line=77)
A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
"android.intent.category.DEFAULT")
E: data (line=79)
A: android:mimeType(0x01010026)="text/*" (Raw: "text/*")
E: meta-data (line=86)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
[ +3 ms] Stopping app 'app.apk' on Android SDK built for x86.
[ ] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop
com.example.projectname
[ +74 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages
com.example.projectname
[ +63 ms] package:com.example.projectname
[ +4 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat
/data/local/tmp/sky.com.example.projectname.sha1
[ +28 ms] 9095d9e8967f0b24f6e42e96e75bb78fcefbc7d5
[ ] Installing APK.
[ +2 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb version
[ +7 ms] Android Debug Bridge version 1.0.41
Version 29.0.2-5738569
Installed as /home/nenchev/Android/Sdk/platform-tools/adb
[ ] executing: /home/nenchev/Android/Sdk/platform-tools/adb start-server
[ +8 ms] Installing build/app/outputs/apk/app.apk...
[ ] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 install -t -r
/home/nenchev/Developer/projects/projectname/projectname/build/app/outputs/apk/app.apk
[+1469 ms] Performing Streamed Install
Success
[ ] Installing build/app/outputs/apk/app.apk... (completed in 1.5s)
[ +1 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell echo -n
752a63075d7c3681028be46637b4f496805329e1 > /data/local/tmp/sky.com.example.projectname.sha1
[ +23 ms] Android SDK built for x86 startApp
[ +3 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 shell am start -a
android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling
true --ez enable-checked-mode true --ez verify-entry-points true
com.example.projectname/com.example.projectname.MainActivity
[ +75 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000
cmp=com.example.projectname/.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +695 ms] Observatory URL on device: http://127.0.0.1:43589/osISpI7Lyi8=/
[ +1 ms] executing: /home/nenchev/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:43589
[ +8 ms] 43449
[ ] Forwarded host port 43449 to device port 43589 for Observatory
[ +15 ms] Connecting to service protocol: http://127.0.0.1:43449/osISpI7Lyi8=/
[ +345 ms] Successfully connected to service protocol: http://127.0.0.1:43449/osISpI7Lyi8=/
[ +2 ms] Sending to VM service: getVM({})
[ +5 ms] Result: {type: VM, name: vm, architectureBits: 32, hostCPU: Android virtual processor,
operatingSystem: android, targetCPU: ia32, version: 2.8.0-dev.18.0.flutter-1402e8e1a4 (be) (Thu Mar 26
13:15:18 2020 +0000) on "android_ia32", _profilerMode: VM, _nativ...
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/960629750949531})
[ +2 ms] Sending to VM service: _flutter.listViews({})
[ +8 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0xf0f51590, isolate:
{type: @Isolate, fixedId: true, id: isolates/960629750949531, name: main.dart$main-960629750949531, number:
960629750949531}}]}
[ +19 ms] Result: {type: Isolate, id: isolates/960629750949531, name: main, number: 960629750949531,
_originNumber: 960629750949531, startTime: 1586357976843, _heaps: {new: {type: HeapSpace, name: new, vmName:
Scavenger, collections: 3, avgCollectionPeriodMillis: 2...
[ +16 ms] DevFS: Creating new filesystem on the device (null)
[ ] Sending to VM service: _createDevFS({fsName: projectname})
[ +8 ms] D/EGL_emulation( 8945): eglMakeCurrent: 0xe65df1a0: ver 2 0 (tinfo 0xda960b80)
[ +27 ms] Result: {type: FileSystem, name: projectname, uri:
file:///data/user/0/com.example.projectname/code_cache/projectnameKFMDNR/projectname/}
[ ] DevFS: Created new filesystem on the device
(file:///data/user/0/com.example.projectname/code_cache/projectnameKFMDNR/projectname/)
[ +2 ms] Updating assets
[ +82 ms] Syncing files to device Android SDK built for x86...
[ +1 ms] Scanning asset files
[ +1 ms] <- reset
[ ] Compiling dart to kernel with 0 updated files
[ +1 ms] <- recompile package:projectname/main.dart 8895ba07-ebc2-4ef6-a01a-5bcf08e06cd5
[ ] <- 8895ba07-ebc2-4ef6-a01a-5bcf08e06cd5
[ +45 ms] I/flutter ( 8945): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY
╞═══════════════════════════════════════════════════════════
[ +1 ms] I/flutter ( 8945): The following _TypeError was thrown building MyApp(dirty):
[ ] I/flutter ( 8945): type 'Color' is not a subtype of type 'MaterialColor'
[ ] I/flutter ( 8945):
[ ] I/flutter ( 8945): The relevant error-causing widget was:
[ ] I/flutter ( 8945): MyApp
file:///home/nenchev/Developer/projects/projectname/projectname/lib/main.dart:8:10
[ ] I/flutter ( 8945):
[ ] I/flutter ( 8945): When the exception was thrown, this was the stack:
[ ] I/flutter ( 8945): #0 MyApp.build (package:projectname/main.dart:17:31)
[ ] I/flutter ( 8945): #1 StatelessElement.build
(package:flutter/src/widgets/framework.dart:4576:28)
[ ] I/flutter ( 8945): #2 ComponentElement.performRebuild
(package:flutter/src/widgets/framework.dart:4502:15)
[ ] I/flutter ( 8945): #3 Element.rebuild (package:flutter/src/widgets/framework.dart:4218:5)
[ ] I/flutter ( 8945): #4 ComponentElement._firstBuild
(package:flutter/src/widgets/framework.dart:4481:5)
[ ] I/flutter ( 8945): #5 ComponentElement.mount
(package:flutter/src/widgets/framework.dart:4476:5)
[ ] I/flutter ( 8945): #6 Element.inflateWidget
(package:flutter/src/widgets/framework.dart:3446:14)
[ ] I/flutter ( 8945): #7 Element.updateChild
(package:flutter/src/widgets/framework.dart:3214:18)
[ ] I/flutter ( 8945): #8 RenderObjectToWidgetElement._rebuild
(package:flutter/src/widgets/binding.dart:1148:16)
[ ] I/flutter ( 8945): #9 RenderObjectToWidgetElement.mount
(package:flutter/src/widgets/binding.dart:1119:5)
[ ] I/flutter ( 8945): #10 RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure>
(package:flutter/src/widgets/binding.dart:1061:17)
[ ] I/flutter ( 8945): #11 BuildOwner.buildScope
(package:flutter/src/widgets/framework.dart:2607:19)
[ ] I/flutter ( 8945): #12 RenderObjectToWidgetAdapter.attachToRenderTree
(package:flutter/src/widgets/binding.dart:1060:13)
[ ] I/flutter ( 8945): #13 WidgetsBinding.attachRootWidget
(package:flutter/src/widgets/binding.dart:941:7)
[ ] I/flutter ( 8945): #14 WidgetsBinding.scheduleAttachRootWidget.<anonymous closure>
(package:flutter/src/widgets/binding.dart:922:7)
[ ] I/flutter ( 8945): (elided 11 frames from class _RawReceivePortImpl, class _Timer, dart:async,
and dart:async-patch)
[ ] I/flutter ( 8945):
[ ] I/flutter ( 8945):
════════════════════════════════════════════════════════════════════════════════════════════════════
[ ] Updating files
[ +114 ms] DevFS: Sync finished
[ +1 ms] Syncing files to device Android SDK built for x86... (completed in 173ms)
[ ] Synced 0.9MB.
[ +1 ms] Sending to VM service: _flutter.listViews({})
[ +3 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0xf0f51590, isolate:
{type: @Isolate, fixedId: true, id: isolates/960629750949531, name: main.dart$main-960629750949531, number:
960629750949531}}]}
[ ] <- accept
[ ] Connected to _flutterView/0xf0f51590.
[ +1 ms] Flutter run key commands.
[ +1 ms] r Hot reload. 🔥🔥🔥
[ +1 ms] R Hot restart.
[ ] h Repeat this help message.
[ ] d Detach (terminate "flutter run" but leave application running).
[ ] c Clear the screen
[ ] q Quit (terminate the application on the device).
[ ] An Observatory debugger and profiler on Android SDK built for x86 is available at:
http://127.0.0.1:43449/osISpI7Lyi8=/
No issues found! (ran in 1.7s)
[✓] Flutter (Channel master, v1.16.4-pre.22, on Linux, locale en_US.UTF-8)
• Flutter version 1.16.4-pre.22 at /home/nenchev/Developer/tools/flutter
• Framework revision e4a61dfdea (10 days ago), 2020-03-29 21:01:02 -0400
• Engine revision 361d5d5320
• Dart version 2.8.0 (build 2.8.0-dev.18.0 1402e8e1a4)
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at /home/nenchev/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: /opt/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Android Studio (version 3.5)
• Android Studio at /opt/android-studio
• Flutter plugin version 44.0.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
[!] IntelliJ IDEA Ultimate Edition (version 2019.2)
• IntelliJ at /opt/intellij-idea-ultimate-edition
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[✓] Connected device (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android Q (API 28) (emulator)
! Doctor found issues in 2 categories.
JalalMitali
Metadata
Metadata
Assignees
Labels
needs repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.