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

App crashed #89529

Closed
Klazyo opened this issue Sep 6, 2021 · 11 comments
Closed

App crashed #89529

Klazyo opened this issue Sep 6, 2021 · 11 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@Klazyo
Copy link

Klazyo commented Sep 6, 2021

i remember i start having this pb after introducing google ads on my app but even if i start a new project i get the same error with differenet lines

Expected results:
fast on virtual device and works on physical device

Actual results: // this result is from the app i am build on a samsung S7 sm g930f
it takes time after the two first lines to

logs
√  Built build\app\outputs\flutter-apk\app-debug.apk.
Installing build\app\outputs\flutter-apk\app.apk...
I/zygote64(21430): Do full code cache collection, code=123KB, data=88KB
I/zygote64(21430): After code cache collection, code=112KB, data=60KB
Debug service listening on ws://127.0.0.1:5666/X0r5m5ze0i4=/ws
Syncing files to device SM G930F...
I/zygote64(21430): Do partial code cache collection, code=123KB, data=78KB
I/zygote64(21430): After code cache collection, code=123KB, data=78KB
I/zygote64(21430): Increasing code cache capacity to 512KB
I/zygote64(21430): Compiler allocated 8MB to compile void android.view.ViewRootImpl.performTraversals()
I/zygote64(21430): find the special shared library, skip check
D/libGLESv2(21430): STS_GLApi : DTS, ODTC are not allowed for Package : com.example.sparter
I/zygote64(21430): find the special shared library, skip check
I/DynamiteModule(21430): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:212104400
I/DynamiteModule(21430): Selected remote version of com.google.android.gms.ads.dynamite, version >= 212104400
D/DynamitePackage(21430): Instantiated singleton DynamitePackage.
D/DynamitePackage(21430): Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
D/ConnectivityManager(21430): requestNetwork; CallingUid : 10838, CallingPid : 21430
I/Ads     (21430): Updating ad debug logging enablement.
W/ConnectionStatusConfig(21430): Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
E/GmsClient(21430): unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
I/zygote64(21430): no shared libraies, dex_files: 1
I/zygote64(21430): no shared libraies, dex_files: 1
I/WebViewFactory(21430): Loading com.android.chrome version 92.0.4515.159 (code 451515923)
I/cr_WVCFactoryProvider(21430): Loaded version=92.0.4515.159 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
I/cr_LibraryLoader(21430): Successfully loaded native library
I/cr_CachingUmaRecorder(21430): Flushed 8 samples from 8 histograms.
W/ResourceType(21430): Failure getting entry for 0x7f130796 (t=18 e=1942) (error -2147483647)
D/ConnectivityManager(21430): requestNetwork; CallingUid : 10838, CallingPid : 21430
W/cr_media(21430): Requires BLUETOOTH permission
I/Choreographer(21430): Skipped 47 frames!  The application may be doing too much work on its main thread.
W/Ads     (21430): Update ad debug logging enablement as false
E/chromium(21430): [ERROR:ssl_client_socket_impl.cc(981)] handshake failed; returned -1, SSL error code 1, net_error -101
E/chromium(21430): [ERROR:ssl_client_socket_impl.cc(981)] handshake failed; returned -1, SSL error code 1, net_error -101
E/chromium(21430): [ERROR:ssl_client_socket_impl.cc(981)] handshake failed; returned -1, SSL error code 1, net_error -101
E/chromium(21430): [ERROR:ssl_client_socket_impl.cc(981)] handshake failed; returned -1, SSL error code 1, net_error -101
D/ViewRootImpl@9ded244[MainActivity](21430): Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x3 surface={valid=true 547760254976} changed=false
E/flutter (21430): [ERROR:flutter/fml/platform/android/jni_util.cc(182)] java.lang.SecurityException: Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
E/flutter (21430): 	at android.os.Parcel.readException(Parcel.java:1967)
E/flutter (21430): 	at android.os.Parcel.readException(Parcel.java:1913)
E/flutter (21430): 	at android.app.IActivityManager$Stub$Proxy.reportActivityFullyDrawn(IActivityManager.java:8587)
E/flutter (21430): 	at android.app.Activity.reportFullyDrawn(Activity.java:2015)
E/flutter (21430): 	at io.flutter.embedding.android.FlutterActivity.onFlutterUiDisplayed(FlutterActivity.java:1061)
E/flutter (21430): 	at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate$1.onFlutterUiDisplayed(FlutterActivityAndFragmentDelegate.java:88)
E/flutter (21430): 	at io.flutter.embedding.android.FlutterView$2.onFlutterUiDisplayed(FlutterView.java:133)
E/flutter (21430): 	at io.flutter.embedding.engine.FlutterJNI.onFirstFrame(FlutterJNI.java:461)
E/flutter (21430): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter (21430): 	at android.os.MessageQueue.next(MessageQueue.java:325)
E/flutter (21430): 	at android.os.Looper.loop(Looper.java:142)
E/flutter (21430): 	at android.app.ActivityThread.main(ActivityThread.java:6944)
E/flutter (21430): 	at java.lang.reflect.Method.invoke(Native Method)
E/flutter (21430): 	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
E/flutter (21430): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
E/flutter (21430): 
F/flutter (21430): [FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check failed: fml::jni::CheckException(env). 
F/libc    (21430): Fatal signal 6 (SIGABRT), code -6 in tid 21430 (example.sparter)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/heroltexx/herolte:8.0.0/R16NW/G930FXXS8ETCA:user/release-keys'
Revision: '8'
ABI: 'arm64'
pid: 21430, tid: 21430, name: example.sparter  >>> com.example.sparter <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check failed: fml::jni::CheckException(env). 
'
    x0   0000000000000000  x1   00000000000053b6  x2   0000000000000006  x3   0000000000000008
    x4   0000800000000000  x5   0000800000000000  x6   0000800000000000  x7   0000000000800000
    x8   0000000000000083  x9   bac918b43fc58c49  x10  0000000000000000  x11  0000000000000001
    x12  ffffffffffffffff  x13  0000000000000028  x14  ffffffffffffffff  x15  00003f174ac42a7e
    x16  0000007fb20f42f8  x17  0000007fb2095408  x18  00000000137bbf90  x19  00000000000053b6
    x20  00000000000053b6  x21  0000007ff70d7848  x22  0000007f8a1f3f70  x23  0000007f8a1f3f58
    x24  0000000000000045  x25  0000007ff70d7ab8  x26  0000000000000000  x27  0000000000000001
    x28  0000000000000045  x29  0000007ff70d7820  x30  0000007fb2047bd4
    sp   0000007ff70d77e0  pc   0000007fb2095410  pstate 0000000060000000
backtrace:
    #00 pc 000000000006b410  /system/lib64/libc.so (tgkill 8)
    #01 pc 000000000001dbd0  /system/lib64/libc.so (abort 88)
    #02 pc 000000000000205c  /data/app/com.example.sparter-KLQGFRcQp-j-gWVS_lxfIQ==/lib/arm64/libflutter.so (offset 0x145300   




//and this result is from a new project on the same phone/////////////////////////// Important  //////////////


√  Built build\app\outputs\flutter-apk\app-debug.apk.
Debug service listening on ws://127.0.0.1:4598/cuJ4-7M1eao=/ws
Syncing files to device SM G930F...
I/zygote64(26144): Do partial code cache collection, code=28KB, data=28KB
I/zygote64(26144): After code cache collection, code=28KB, data=28KB
I/zygote64(26144): Increasing code cache capacity to 128KB
I/zygote64(26144): Compiler allocated 8MB to compile void android.view.ViewRootImpl.performTraversals()
I/zygote64(26144): Do partial code cache collection, code=60KB, data=53KB
I/zygote64(26144): After code cache collection, code=60KB, data=53KB
I/zygote64(26144): Increasing code cache capacity to 256KB
D/libGLESv2(26144): STS_GLApi : DTS, ODTC are not allowed for Package : test.app.lastest
E/flutter (26144): [ERROR:flutter/fml/platform/android/jni_util.cc(182)] java.lang.SecurityException: Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
E/flutter (26144): 	at android.os.Parcel.readException(Parcel.java:1967)
E/flutter (26144): 	at android.os.Parcel.readException(Parcel.java:1913)
E/flutter (26144): 	at android.app.IActivityManager$Stub$Proxy.reportActivityFullyDrawn(IActivityManager.java:8587)
E/flutter (26144): 	at android.app.Activity.reportFullyDrawn(Activity.java:2015)
E/flutter (26144): 	at io.flutter.embedding.android.FlutterActivity.onFlutterUiDisplayed(FlutterActivity.java:1061)
E/flutter (26144): 	at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate$1.onFlutterUiDisplayed(FlutterActivityAndFragmentDelegate.java:88)
E/flutter (26144): 	at io.flutter.embedding.android.FlutterView$2.onFlutterUiDisplayed(FlutterView.java:133)
E/flutter (26144): 	at io.flutter.embedding.engine.FlutterJNI.onFirstFrame(FlutterJNI.java:461)
E/flutter (26144): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter (26144): 	at android.os.MessageQueue.next(MessageQueue.java:325)
E/flutter (26144): 	at android.os.Looper.loop(Looper.java:142)
E/flutter (26144): 	at android.app.ActivityThread.main(ActivityThread.java:6944)
E/flutter (26144): 	at java.lang.reflect.Method.invoke(Native Method)
E/flutter (26144): 	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
E/flutter (26144): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
E/flutter (26144): 
F/flutter (26144): [FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check failed: fml::jni::CheckException(env). 
F/libc    (26144): Fatal signal 6 (SIGABRT), code -6 in tid 26144 (est.app.lastest)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/heroltexx/herolte:8.0.0/R16NW/G930FXXS8ETCA:user/release-keys'
Revision: '8'
ABI: 'arm64'
pid: 26144, tid: 26144, name: est.app.lastest  >>> test.app.lastest <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check failed: fml::jni::CheckException(env). 
'
    x0   0000000000000000  x1   0000000000006620  x2   0000000000000006  x3   0000000000000008
    x4   0000800000000000  x5   0000800000000000  x6   0000800000000000  x7   0000000000800000
    x8   0000000000000083  x9   bac918b43fc58c49  x10  0000000000000000  x11  0000000000000001
    x12  ffffffffffffffff  x13  0000000000000028  x14  ffffffffffffffff  x15  0000b4a617fdd50c
    x16  0000007fb20f42f8  x17  0000007fb2095408  x18  0000000000000000  x19  0000000000006620
    x20  0000000000006620  x21  0000007ff70d7848  x22  0000007f8b80e470  x23  0000007f8b80e458
    x24  000000000000003a  x25  0000007ff70d7ab8  x26  0000000000000000  x27  0000000000000001
    x28  000000000000003a  x29  0000007ff70d7820  x30  0000007fb2047bd4
    sp   0000007ff70d77e0  pc   0000007fb2095410  pstate 0000000060000000
backtrace:
    #00 pc 000000000006b410  /system/lib64/libc.so (tgkill 8)
    #01 pc 000000000001dbd0  /system/lib64/libc.so (abort 88)
    #02 pc 000000000000205c  /data/app/test.app.lastest-yxcxyebMteQgxQdPr0uPVw==/lib/arm64/libflutter.so (offset 0x1453000)








<!--
flutter run --verbose result 


This is from app with google ads 
 

[   71 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  491 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[    2 ms] 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[   47 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] 2.5.0-6.0.pre
[   11 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   38 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] origin/dev
[        ] executing: [C:\flutter/] git ls-remote --get-url origin
[   34 ms] Exit code 0 from: git ls-remote --get-url origin
[    1 ms] https://github.com/flutter/flutter.git
[  116 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[   38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[    1 ms] dev
[   82 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[    1 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.
[    5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[    1 ms] 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.
[   62 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[   44 ms] List of devices attached
           ad071603090fc3118a     device product:heroltexx model:SM_G930F device:herolte transport_id:1
[    6 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell getprop
[  131 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    2 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   12 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[    1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   90 ms] Skipping pub get: version match.
[   26 ms] Found plugin cloud_firestore at C:\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-2.5.1\
[    8 ms] Found plugin cloud_firestore_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore_web-2.4.1\
[    4 ms] Found plugin connectivity_plus at C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus-1.1.0\
[    2 ms] Found plugin connectivity_plus_linux at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_linux-1.1.0\
[    4 ms] Found plugin connectivity_plus_macos at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_macos-1.1.0\
[    4 ms] Found plugin connectivity_plus_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_web-1.1.0 1\
[    2 ms] Found plugin connectivity_plus_windows at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_windows-1.1.0\
[    8 ms] Found plugin firebase_auth at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_auth-3.1.0\
[    3 ms] Found plugin firebase_auth_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_auth_web-3.1.0\
[    2 ms] Found plugin firebase_core at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-1.6.0\
[    3 ms] Found plugin firebase_core_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-1.1.0\
[    2 ms] Found plugin firebase_storage at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_storage-10.0.3\
[    3 ms] Found plugin firebase_storage_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_storage_web-3.0.2\
[    5 ms] Found plugin flutter_facebook_auth at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_auth-3.5.1\
[    2 ms] Found plugin flutter_facebook_auth_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_auth_web-2.6.0 2\
[    3 ms] Found plugin flutter_keyboard_visibility at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-5.0.3\
[    3 ms] Found plugin flutter_keyboard_visibility_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility_web-2.0.0\
[    2 ms] Found plugin flutter_plugin_android_lifecycle at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.2\
[    5 ms] Found plugin geocoding at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geocoding-2.0.1\
[    4 ms] Found plugin geolocator at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator-7.5.0\
[    1 ms] Found plugin geolocator_android at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_android-1.0.0\
[    1 ms] Found plugin geolocator_apple at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_apple-1.1.0\
[    2 ms] Found plugin geolocator_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_web-2.0.6\
[    1 ms] Found plugin google_mobile_ads at C:\flutter\.pub-cache\hosted\pub.dartlang.org\google_mobile_ads-0.13.4\
[    4 ms] Found plugin image_picker at C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_picker-0.8.3 3\
[    1 ms] Found plugin image_picker_for_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-2.1.3\
[    8 ms] Found plugin path_provider at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-2.0.2\
[    4 ms] Found plugin path_provider_linux at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.0.2\
[    1 ms] Found plugin path_provider_macos at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-2.0.2\
[    1 ms] Found plugin path_provider_windows at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.3\
[    7 ms] Found plugin sqflite at C:\flutter\.pub-cache\hosted\pub.dartlang.org\sqflite-2.0.0 4\
[  125 ms] Found plugin cloud_firestore at C:\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-2.5.1\
[    4 ms] Found plugin cloud_firestore_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore_web-2.4.1\
[    2 ms] Found plugin connectivity_plus at C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus-1.1.0\
[    1 ms] Found plugin connectivity_plus_linux at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_linux-1.1.0\
[    2 ms] Found plugin connectivity_plus_macos at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_macos-1.1.0\
[    2 ms] Found plugin connectivity_plus_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_web-1.1.0 1\
[    1 ms] Found plugin connectivity_plus_windows at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_plus_windows-1.1.0\
[    4 ms] Found plugin firebase_auth at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_auth-3.1.0\
[    3 ms] Found plugin firebase_auth_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_auth_web-3.1.0\
[    1 ms] Found plugin firebase_core at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-1.6.0\
[    1 ms] Found plugin firebase_core_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-1.1.0\
[    1 ms] Found plugin firebase_storage at C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_storage-10.0.3\
[    2 ms] Found plugin firebase_storage_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_storage_web-3.0.2\
[    3 ms] Found plugin flutter_facebook_auth at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_auth-3.5.1\
[    1 ms] Found plugin flutter_facebook_auth_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_auth_web-2.6.0 2\
[    1 ms] Found plugin flutter_keyboard_visibility at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-5.0.3\
[    2 ms] Found plugin flutter_keyboard_visibility_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility_web-2.0.0\
[    2 ms] Found plugin flutter_plugin_android_lifecycle at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.2\
[    3 ms] Found plugin geocoding at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geocoding-2.0.1\
[    2 ms] Found plugin geolocator at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator-7.5.0\
[    1 ms] Found plugin geolocator_android at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_android-1.0.0\
[    1 ms] Found plugin geolocator_apple at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_apple-1.1.0\
[    2 ms] Found plugin geolocator_web at C:\flutter\.pub-cache\hosted\pub.dartlang.org\geolocator_web-2.0.6\
[    1 ms] Found plugin google_mobile_ads at C:\flutter\.pub-cache\hosted\pub.dartlang.org\google_mobile_ads-0.13.4\
[    2 ms] Found plugin image_picker at C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_picker-0.8.3 3\
[    1 ms] Found plugin image_picker_for_web at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-2.1.3\
[    6 ms] Found plugin path_provider at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-2.0.2\
[    2 ms] Found plugin path_provider_linux at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.0.2\
[    1 ms] Found plugin path_provider_macos at C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-2.0.2\
[    1 ms] Found plugin path_provider_windows at
C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.3\
[    5 ms] Found plugin sqflite at C:\flutter\.pub-cache\hosted\pub.dartlang.org\sqflite-2.0.0 4\
[   20 ms] Generating e:\Sparter\sparter\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[   57 ms] ro.hardware = samsungexynos8890
[   44 ms] Initializing file store
[   11 ms] Skipping target: gen_localizations
[    5 ms] Skipping target: gen_dart_plugin_registrant
[    2 ms] Skipping target: _composite
[    3 ms] complete
[    8 ms] Launching lib\main.dart on SM G930F in debug mode...
[    6 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\Maamoun\AppData\Local\Temp\flutter_tools.b710a2a7\flutter_tool.20d8844c\app.dill --packages
e:\Sparter\sparter\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy
[    9 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
e:\Sparter\sparter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   16 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
e:\Sparter\sparter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.sparter" (Raw: "com.example.sparter")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x13
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=22)
                 A: android:name(0x01010003)="android.permission.ACCESS_FINE_LOCATION" (Raw:
                 "android.permission.ACCESS_FINE_LOCATION")
               E: uses-permission (line=23)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw:
                 "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=24)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=25)
                 A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw:
                 "com.google.android.c2dm.permission.RECEIVE")
               E: uses-permission (line=26)
                 A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"
                 (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE")
               E: queries (line=27)
                 E: intent (line=30)
                   E: action (line=31)
                     A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                   E: category (line=33)
                     A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                     "android.intent.category.BROWSABLE")
                   E: data (line=35)
                     A: android:scheme(0x01010027)="https" (Raw: "https")
                 E: intent (line=39)
                   E: action (line=40)
                     A: android:name(0x01010003)="android.support.customtabs.action.CustomTabsService" (Raw:
                     "android.support.customtabs.action.CustomTabsService")
               E: uses-permission (line=45)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw:
                 "android.permission.RECEIVE_BOOT_COMPLETED")
               E: application (line=47)
                 A: android:label(0x01010001)="TakeSpart" (Raw: "TakeSpart")
                 A: android:icon(0x01010002)=@0x7f0b0000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw:
                 "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:supportsRtl(0x010103af)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: meta-data (line=54)
                   A: android:name(0x01010003)="com.facebook.sdk.ApplicationId" (Raw: "com.facebook.sdk.ApplicationId")
                   A: android:value(0x01010024)=@0x7f0c0046
                 E: activity (line=58)
                   A: android:theme(0x01010000)=@0x7f0d0169
                   A: android:label(0x01010001)=@0x7f0c001b
                   A: android:name(0x01010003)="com.facebook.FacebookActivity" (Raw: "com.facebook.FacebookActivity")
                   A: android:configChanges(0x0101001f)=(type 0x11)0x5b0
                 E: activity (line=63)
                   A: android:name(0x01010003)="com.facebook.CustomTabActivity" (Raw: "com.facebook.CustomTabActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=66)
                     E: action (line=67)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=69)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=70)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=72)
                       A: android:scheme(0x01010027)=@0x7f0c0047
                   E: intent-filter (line=74)
                     E: action (line=75)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=77)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=78)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=80)
                       A: android:scheme(0x01010027)="fbconnect" (Raw: "fbconnect")
                       A: android:host(0x01010028)="cct.com.example.sparter" (Raw: "cct.com.example.sparter")
                 E: activity (line=85)
                   A: android:theme(0x01010000)=@0x7f0d00a5
                   A: android:name(0x01010003)="com.example.sparter.MainActivity" (Raw:
                   "com.example.sparter.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: intent-filter (line=92)
                     E: action (line=93)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=95)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=102)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=105)
                   A: android:name(0x01010003)="com.google.android.gms.ads.APPLICATION_ID" (Raw:
                   "com.google.android.gms.ads.APPLICATION_ID")
                   A: android:value(0x01010024)="ca-app-pub-5882725622875262~7666222824" (Raw:
                   "ca-app-pub-5882725622875262~7666222824")
                 E: service (line=109)
                   A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw:
                   "com.google.firebase.components.ComponentDiscoveryService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: meta-data (line=113)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.firestore.Flut                     terFirebaseFirestoreRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegis                     trar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=116)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFi                     rebaseAuthRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=119)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.storage.Flutte                     rFirebaseAppRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.storage.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=122)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFi                     rebaseCoreRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=125)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.messaging.FirebaseMess                     agingRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=128)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.in                     ternal.AnalyticsConnectorRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnector                     Registrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=131)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.datatransport.Transpor                     tRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=134)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.Firebase                     InstallationsRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=137)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegis                     trar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=140)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreReg                     istrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=143)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.storage.StorageRegistr                     ar" (Raw: "com.google.firebase.components:com.google.firebase.storage.StorageRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                 E: provider (line=148)
                   A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw:
                   "io.flutter.plugins.imagepicker.ImagePickerFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.flutter.image_provider" (Raw:
                   "com.example.sparter.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=153)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw:
                     "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0f0000
                 E: meta-data (line=158)
                   A: android:name(0x01010003)="io.flutter.embedded_views_preview" (Raw:
                   "io.flutter.embedded_views_preview")
                   A: android:value(0x01010024)=(type 0x12)0xffffffff
                 E: activity (line=162)
                   A: android:name(0x01010003)="com.facebook.CustomTabMainActivity" (Raw:
                   "com.facebook.CustomTabMainActivity")
                 E: provider (line=172)
                   A: android:name(0x01010003)="com.facebook.internal.FacebookInitProvider" (Raw:
                   "com.facebook.internal.FacebookInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.FacebookInitProvider" (Raw:
                   "com.example.sparter.FacebookInitProvider")
                 E: receiver (line=177)
                   A: android:name(0x01010003)="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" (Raw:
                   "com.facebook.CurrentAccessTokenExpirationBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=180)
                     E: action (line=181)
                       A: android:name(0x01010003)="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" (Raw:
                       "com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED")
                 E: receiver (line=184)
                   A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw:
                   "com.google.firebase.iid.FirebaseInstanceIdReceiver")
                   A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw:
                   "com.google.android.c2dm.permission.SEND")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=188)
                     E: action (line=189)
                       A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw:
                       "com.google.android.c2dm.intent.RECEIVE")
                 E: service (line=196)
                   A: android:name(0x01010003)="com.google.firebase.messaging.FirebaseMessagingService" (Raw:
                   "com.google.firebase.messaging.FirebaseMessagingService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: intent-filter (line=200)
                     A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c
                     E: action (line=201)
                       A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw:
                       "com.google.firebase.MESSAGING_EVENT")
                 E: activity (line=205)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.firebase.auth.internal.GenericIdpActivity" (Raw:
                   "com.google.firebase.auth.internal.GenericIdpActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x2
                   E: intent-filter (line=211)
                     E: action (line=212)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=214)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=215)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=217)
                       A: android:scheme(0x01010027)="genericidp" (Raw: "genericidp")
                       A: android:host(0x01010028)="firebase.auth" (Raw: "firebase.auth")
                       A: android:path(0x0101002a)="/" (Raw: "/")
                 E: activity (line=223)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.firebase.auth.internal.RecaptchaActivity" (Raw:
                   "com.google.firebase.auth.internal.RecaptchaActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x2
                   E: intent-filter (line=229)
                     E: action (line=230)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=232)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=233)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=235)
                       A: android:scheme(0x01010027)="recaptcha" (Raw: "recaptcha")
                       A: android:host(0x01010028)="firebase.auth" (Raw: "firebase.auth")
                       A: android:path(0x0101002a)="/" (Raw: "/")
                 E: service (line=242)
                   A:
                   android:name(0x01010003)="com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService"
                   (Raw: "com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=246)
                     E: action (line=247)
                       A: android:name(0x01010003)="com.google.firebase.auth.api.gms.service.START" (Raw:
                       "com.google.firebase.auth.api.gms.service.START")
                     E: category (line=249)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                 E: provider (line=253)
                   A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw:
                   "com.google.firebase.provider.FirebaseInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.firebaseinitprovider" (Raw:
                   "com.example.sparter.firebaseinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                 E: service (line=260)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery                   " (Raw: "com.google.android.datatransport.runtime.backends.TransportBackendDiscovery")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: meta-data (line=263)
                     A: android:name(0x01010003)="backend:com.google.android.datatransport.cct.CctBackendFactory" (Raw:
                     "backend:com.google.android.datatransport.cct.CctBackendFactory")
                     A: android:value(0x01010024)="cct" (Raw: "cct")
                 E: service (line=267)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSc                   hedulerService" (Raw:
                   "com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=273)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmMana                   gerSchedulerBroadcastReceiver" (Raw:
                   "com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastRece                   iver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=276)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=282)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=286)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=292)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw:
                   "com.google.android.gms.common.api.GoogleApiActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=296)
                   A: android:theme(0x01010000)=@0x0103000f
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdActivity" (Raw:
                   "com.google.android.gms.ads.AdActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:configChanges(0x0101001f)=(type 0x11)0xfb0
                 E: provider (line=302)
                   A: android:name(0x01010003)="com.google.android.gms.ads.MobileAdsInitProvider" (Raw:
                   "com.google.android.gms.ads.MobileAdsInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.mobileadsinitprovider" (Raw:
                   "com.example.sparter.mobileadsinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: service (line=308)
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdService" (Raw:
                   "com.google.android.gms.ads.AdService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=313)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f080004
                 E: provider (line=317)
                   A: android:name(0x01010003)="androidx.work.impl.WorkManagerInitializer" (Raw:
                   "androidx.work.impl.WorkManagerInitializer")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff
                   A: android:authorities(0x01010018)="com.example.sparter.workmanager-init" (Raw:
                   "com.example.sparter.workmanager-init")
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=324)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.SystemAlarmService" (Raw:
                   "androidx.work.impl.background.systemalarm.SystemAlarmService")
                   A: android:enabled(0x0101000e)=@0x7f030003
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=329)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemjob.SystemJobService" (Raw:
                   "androidx.work.impl.background.systemjob.SystemJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=@0x7f030004
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=336)
                   A: android:name(0x01010003)="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" (Raw:
                   "androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=341)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingPr                   oxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=346)
                     E: action (line=347)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_CONNECTED" (Raw:
                       "android.intent.action.ACTION_POWER_CONNECTED")
                     E: action (line=348)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_DISCONNECTED" (Raw:
                       "android.intent.action.ACTION_POWER_DISCONNECTED")
                 E: receiver (line=351)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProx                   y" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=356)
                     E: action (line=357)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_OKAY" (Raw:
                       "android.intent.action.BATTERY_OKAY")
                     E: action (line=358)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_LOW" (Raw:
                       "android.intent.action.BATTERY_LOW")
                 E: receiver (line=361)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProx                   y" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=366)
                     E: action (line=367)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_LOW" (Raw:
                       "android.intent.action.DEVICE_STORAGE_LOW")
                     E: action (line=368)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_OK" (Raw:
                       "android.intent.action.DEVICE_STORAGE_OK")
                 E: receiver (line=371)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy                   " (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=376)
                     E: action (line=377)
                       A: android:name(0x01010003)="android.net.conn.CONNECTIVITY_CHANGE" (Raw:
                       "android.net.conn.CONNECTIVITY_CHANGE")
                 E: receiver (line=380)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.RescheduleReceiver" (Raw:
                   "androidx.work.impl.background.systemalarm.RescheduleReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=385)
                     E: action (line=386)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw:
                       "android.intent.action.BOOT_COMPLETED")
                     E: action (line=387)
                       A: android:name(0x01010003)="android.intent.action.TIME_SET" (Raw:
                       "android.intent.action.TIME_SET")
                     E: action (line=388)
                       A: android:name(0x01010003)="android.intent.action.TIMEZONE_CHANGED" (Raw:
                       "android.intent.action.TIMEZONE_CHANGED")
                 E: receiver (line=391)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"                   (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver")
                   A: android:enabled(0x0101000e)=@0x7f030003
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=396)
                     E: action (line=397)
                       A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.UpdateProxies" (Raw:
                       "androidx.work.impl.background.systemalarm.UpdateProxies")
                 E: service (line=401)
                   A: android:name(0x01010003)="androidx.room.MultiInstanceInvalidationService" (Raw:
                   "androidx.room.MultiInstanceInvalidationService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   27 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell -x
logcat -v time -t 1
[   14 ms] <- compile package:sparter/main.dart
[  164 ms] --------- beginning of main
                    09-06 07:15:19.937 E/adbd    (26260): service_to_fd: shell:logcat -v time -t 1
[    9 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe version
[   44 ms] Android Debug Bridge version 1.0.41
           Version 31.0.3-7562133
           Installed as C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe start-server
[   27 ms] Building APK
[   18 ms] Running Gradle task 'assembleDebug'...
[    5 ms] Using gradle from e:\Sparter\sparter\android\gradlew.bat.
[   12 ms] executing: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[  124 ms] Exit code 0 from: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[    1 ms] openjdk version "11.0.10" 2021-01-19
           OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
           OpenJDK 64-Bit Server VM (build 11.0.10 0-b96-7249189, mixed mode)
[    3 ms] executing: [e:\Sparter\sparter\android/] e:\Sparter\sparter\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=e:\Sparter\sparter\lib\main.dart
-Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true
-Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ 24331 ms] > Task :app:compileFlutterBuildDebug
[    1 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[    1 ms] > Task :cloud_firestore:preBuild UP-TO-DATE
[        ] > Task :cloud_firestore:preDebugBuild UP-TO-DATE
[        ] > Task :firebase_core:preBuild UP-TO-DATE
[        ] > Task :firebase_core:preDebugBuild UP-TO-DATE
[        ] > Task :firebase_core:compileDebugAidl NO-SOURCE
[        ] > Task :cloud_firestore:compileDebugAidl NO-SOURCE
[        ] > Task :connectivity_plus:preBuild UP-TO-DATE
[        ] > Task :connectivity_plus:preDebugBuild UP-TO-DATE
[    1 ms] > Task :connectivity_plus:compileDebugAidl NO-SOURCE
[        ] > Task :firebase_auth:preBuild UP-TO-DATE
[        ] > Task :firebase_auth:preDebugBuild UP-TO-DATE
[        ] > Task :firebase_auth:compileDebugAidl NO-SOURCE
[        ] > Task :firebase_storage:preBuild UP-TO-DATE
[        ] > Task :firebase_storage:preDebugBuild UP-TO-DATE
[        ] > Task :firebase_storage:compileDebugAidl NO-SOURCE
[        ] > Task :flutter_facebook_auth:preBuild UP-TO-DATE
[        ] > Task :flutter_facebook_auth:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_facebook_auth:compileDebugAidl NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:preBuild UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:compileDebugAidl NO-SOURCE
[    2 ms] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE
[    1 ms] > Task :geocoding:preBuild UP-TO-DATE
[        ] > Task :geocoding:preDebugBuild UP-TO-DATE
[        ] > Task :geocoding:compileDebugAidl NO-SOURCE
[        ] > Task :geolocator_android:preBuild UP-TO-DATE
[        ] > Task :geolocator_android:preDebugBuild UP-TO-DATE
[        ] > Task :geolocator_android:compileDebugAidl NO-SOURCE
[        ] > Task :google_mobile_ads:preBuild UP-TO-DATE
[        ] > Task :google_mobile_ads:preDebugBuild UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugAidl NO-SOURCE
[        ] > Task :image_picker:preBuild UP-TO-DATE
[    1 ms] > Task :image_picker:preDebugBuild UP-TO-DATE
[        ] > Task :image_picker:compileDebugAidl NO-SOURCE
[        ] > Task :path_provider:preBuild UP-TO-DATE
[        ] > Task :path_provider:preDebugBuild UP-TO-DATE
[        ] > Task :path_provider:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:preBuild UP-TO-DATE
[        ] > Task :sqflite:preDebugBuild UP-TO-DATE
[        ] > Task :sqflite:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :cloud_firestore:packageDebugRenderscript NO-SOURCE
[        ] > Task :connectivity_plus:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_auth:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_storage:packageDebugRenderscript NO-SOURCE
[    1 ms] > Task :flutter_facebook_auth:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :geocoding:packageDebugRenderscript NO-SOURCE
[        ] > Task :geolocator_android:packageDebugRenderscript NO-SOURCE
[        ] > Task :google_mobile_ads:packageDebugRenderscript NO-SOURCE
[        ] > Task :image_picker:packageDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:packageDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :cloud_firestore:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :connectivity_plus:writeDebugAarMetadata UP-TO-DATE
[    1 ms] > Task :firebase_auth:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :firebase_core:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :firebase_storage:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :flutter_facebook_auth:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :geocoding:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :geolocator_android:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :google_mobile_ads:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :image_picker:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :path_provider:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :sqflite:writeDebugAarMetadata UP-TO-DATE
[ 8067 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[   75 ms] > Task :app:cleanMergeDebugAssets
[    2 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders NO-SOURCE
[    1 ms] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugShaders UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugShaders NO-SOURCE
[        ] > Task :cloud_firestore:generateDebugAssets UP-TO-DATE
[        ] > Task :cloud_firestore:packageDebugAssets UP-TO-DATE
[        ] > Task :connectivity_plus:mergeDebugShaders UP-TO-DATE
[        ] > Task :connectivity_plus:compileDebugShaders NO-SOURCE
[        ] > Task :connectivity_plus:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity_plus:packageDebugAssets UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugShaders UP-TO-DATE
[    3 ms] > Task :firebase_auth:compileDebugShaders NO-SOURCE
[    7 ms] > Task :firebase_auth:generateDebugAssets UP-TO-DATE
[   32 ms] > Task :firebase_auth:packageDebugAssets UP-TO-DATE
[   33 ms] > Task :firebase_core:mergeDebugShaders UP-TO-DATE
[    2 ms] > Task :firebase_core:compileDebugShaders NO-SOURCE
[        ] > Task :firebase_core:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :firebase_core:packageDebugAssets UP-TO-DATE
[        ] > Task :firebase_storage:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :firebase_storage:compileDebugShaders NO-SOURCE
[        ] > Task :firebase_storage:generateDebugAssets UP-TO-DATE
[        ] > Task :firebase_storage:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_facebook_auth:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_facebook_auth:compileDebugShaders NO-SOURCE
[    1 ms] > Task :flutter_facebook_auth:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_facebook_auth:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:compileDebugShaders NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:packageDebugAssets UP-TO-DATE
[    1 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE
[    3 ms] > Task :flutter_plugin_android_lifecycle:compileDebugShaders NO-SOURCE
[   75 ms] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE
[    5 ms] > Task :geocoding:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :geocoding:compileDebugShaders NO-SOURCE
[    1 ms] > Task :geocoding:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :geocoding:packageDebugAssets UP-TO-DATE
[    1 ms] > Task :geolocator_android:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :geolocator_android:compileDebugShaders NO-SOURCE
[    2 ms] > Task :geolocator_android:generateDebugAssets UP-TO-DATE
[    3 ms] > Task :geolocator_android:packageDebugAssets UP-TO-DATE
[    1 ms] > Task :google_mobile_ads:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :google_mobile_ads:compileDebugShaders NO-SOURCE
[    2 ms] > Task :google_mobile_ads:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :google_mobile_ads:packageDebugAssets UP-TO-DATE
[    1 ms] > Task :image_picker:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :image_picker:compileDebugShaders NO-SOURCE
[    1 ms] > Task :image_picker:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :image_picker:packageDebugAssets UP-TO-DATE
[    2 ms] > Task :path_provider:mergeDebugShaders UP-TO-DATE
[    2 ms] > Task :path_provider:compileDebugShaders NO-SOURCE
[    1 ms] > Task :path_provider:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :path_provider:packageDebugAssets UP-TO-DATE
[    1 ms] > Task :sqflite:mergeDebugShaders UP-TO-DATE
[    1 ms] > Task :sqflite:compileDebugShaders NO-SOURCE
[    1 ms] > Task :sqflite:generateDebugAssets UP-TO-DATE
[    1 ms] > Task :sqflite:packageDebugAssets UP-TO-DATE
[    2 ms] > Task :app:mergeDebugAssets
[ 1045 ms] > Task :app:copyFlutterAssetsDebug
[   60 ms] > Task :app:generateDebugResValues UP-TO-DATE
[   10 ms] > Task :app:generateDebugResources UP-TO-DATE
[   10 ms] > Task :app:processDebugGoogleServices UP-TO-DATE
[   60 ms] > Task :cloud_firestore:compileDebugRenderscript NO-SOURCE
[   46 ms] > Task :cloud_firestore:generateDebugResValues UP-TO-DATE
[    6 ms] > Task :cloud_firestore:generateDebugResources UP-TO-DATE
[    2 ms] > Task :cloud_firestore:packageDebugResources UP-TO-DATE
[   12 ms] > Task :connectivity_plus:compileDebugRenderscript NO-SOURCE
[   17 ms] > Task :connectivity_plus:generateDebugResValues UP-TO-DATE
[  202 ms] > Task :connectivity_plus:generateDebugResources UP-TO-DATE
[  102 ms] > Task :connectivity_plus:packageDebugResources UP-TO-DATE
[    3 ms] > Task :firebase_auth:compileDebugRenderscript NO-SOURCE
[    3 ms] > Task :firebase_auth:generateDebugResValues UP-TO-DATE
[    1 ms] > Task :firebase_auth:generateDebugResources UP-TO-DATE
[    1 ms] > Task :firebase_auth:packageDebugResources UP-TO-DATE
[    1 ms] > Task :firebase_core:compileDebugRenderscript NO-SOURCE
[    1 ms] > Task :firebase_core:generateDebugResValues UP-TO-DATE
[    1 ms] > Task :firebase_core:generateDebugResources UP-TO-DATE
[    9 ms] > Task :firebase_core:packageDebugResources UP-TO-DATE
[    9 ms] > Task :firebase_storage:compileDebugRenderscript NO-SOURCE
[    1 ms] > Task :firebase_storage:generateDebugResValues UP-TO-DATE
[    2 ms] > Task :firebase_storage:generateDebugResources UP-TO-DATE
[    1 ms] > Task :firebase_storage:packageDebugResources UP-TO-DATE
[    1 ms] > Task :flutter_facebook_auth:compileDebugRenderscript NO-SOURCE
[    6 ms] > Task :flutter_facebook_auth:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_facebook_auth:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_facebook_auth:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:compileDebugRenderscript NO-SOURCE
[    1 ms] > Task :flutter_keyboard_visibility:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE
[    2 ms] > Task :geocoding:compileDebugRenderscript NO-SOURCE
[        ] > Task :geocoding:generateDebugResValues UP-TO-DATE
[    1 ms] > Task :geocoding:generateDebugResources UP-TO-DATE
[    1 ms] > Task :geocoding:packageDebugResources UP-TO-DATE
[    1 ms] > Task :geolocator_android:compileDebugRenderscript NO-SOURCE
[        ] > Task :geolocator_android:generateDebugResValues UP-TO-DATE
[    3 ms] > Task :geolocator_android:generateDebugResources UP-TO-DATE
[        ] > Task :geolocator_android:packageDebugResources UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugRenderscript NO-SOURCE
[        ] > Task :google_mobile_ads:generateDebugResValues UP-TO-DATE
[        ] > Task :google_mobile_ads:generateDebugResources UP-TO-DATE
[        ] > Task :google_mobile_ads:packageDebugResources UP-TO-DATE
[        ] > Task :image_picker:compileDebugRenderscript NO-SOURCE
[        ] > Task :image_picker:generateDebugResValues UP-TO-DATE
[    1 ms] > Task :image_picker:generateDebugResources UP-TO-DATE
[        ] > Task :image_picker:packageDebugResources UP-TO-DATE
[        ] > Task :path_provider:compileDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:generateDebugResValues UP-TO-DATE
[    3 ms] > Task :path_provider:generateDebugResources UP-TO-DATE
[        ] > Task :path_provider:packageDebugResources UP-TO-DATE
[        ] > Task :sqflite:compileDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:generateDebugResValues UP-TO-DATE
[  367 ms] > Task :sqflite:generateDebugResources UP-TO-DATE
[  118 ms] > Task :sqflite:packageDebugResources UP-TO-DATE
[    7 ms] > Task :app:mergeDebugResources UP-TO-DATE
[    3 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[    7 ms] > Task :app:extractDeepLinksDebug UP-TO-DATE
[    3 ms] > Task :cloud_firestore:extractDeepLinksDebug UP-TO-DATE
[    1 ms] > Task :cloud_firestore:processDebugManifest UP-TO-DATE
[    3 ms] > Task :connectivity_plus:extractDeepLinksDebug UP-TO-DATE
[    1 ms] > Task :connectivity_plus:processDebugManifest UP-TO-DATE
[    1 ms] > Task :firebase_auth:extractDeepLinksDebug UP-TO-DATE
[   48 ms] > Task :firebase_auth:processDebugManifest UP-TO-DATE
[   23 ms] > Task :firebase_core:extractDeepLinksDebug UP-TO-DATE
[   15 ms] > Task :firebase_core:processDebugManifest UP-TO-DATE
[    4 ms] > Task :firebase_storage:extractDeepLinksDebug UP-TO-DATE
[   10 ms] > Task :firebase_storage:processDebugManifest UP-TO-DATE
[    6 ms] > Task :flutter_facebook_auth:extractDeepLinksDebug UP-TO-DATE
[    7 ms] > Task :flutter_facebook_auth:processDebugManifest UP-TO-DATE
[    3 ms] > Task :flutter_keyboard_visibility:extractDeepLinksDebug UP-TO-DATE
[   18 ms] > Task :flutter_keyboard_visibility:processDebugManifest UP-TO-DATE
[   22 ms] > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug UP-TO-DATE
[   33 ms] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE
[  365 ms] > Task :geocoding:extractDeepLinksDebug UP-TO-DATE
[  279 ms] > Task :geocoding:processDebugManifest UP-TO-DATE
[  376 ms] > Task :geolocator_android:extractDeepLinksDebug UP-TO-DATE
[  415 ms] > Task :geolocator_android:processDebugManifest UP-TO-DATE
[  140 ms] > Task :google_mobile_ads:extractDeepLinksDebug UP-TO-DATE
[  376 ms] > Task :google_mobile_ads:processDebugManifest UP-TO-DATE
[  162 ms] > Task :image_picker:extractDeepLinksDebug UP-TO-DATE
[   91 ms] > Task :image_picker:processDebugManifest UP-TO-DATE
[  126 ms] > Task :path_provider:extractDeepLinksDebug UP-TO-DATE
[   30 ms] > Task :path_provider:processDebugManifest UP-TO-DATE
[   16 ms] > Task :sqflite:extractDeepLinksDebug UP-TO-DATE
[    1 ms] > Task :sqflite:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugMainManifest UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugManifestForPackage UP-TO-DATE
[   48 ms] > Task :cloud_firestore:compileDebugLibraryResources UP-TO-DATE
[    2 ms] > Task :cloud_firestore:parseDebugLocalResources UP-TO-DATE
[        ] > Task :firebase_core:parseDebugLocalResources UP-TO-DATE
[        ] > Task :firebase_core:generateDebugRFile UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugRFile UP-TO-DATE
[        ] > Task :connectivity_plus:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :connectivity_plus:parseDebugLocalResources UP-TO-DATE
[        ] > Task :connectivity_plus:generateDebugRFile UP-TO-DATE
[    3 ms] > Task :firebase_auth:compileDebugLibraryResources UP-TO-DATE
[    2 ms] > Task :firebase_auth:parseDebugLocalResources UP-TO-DATE
[        ] > Task :firebase_auth:generateDebugRFile UP-TO-DATE
[   10 ms] > Task :firebase_core:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_storage:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_storage:parseDebugLocalResources UP-TO-DATE
[        ] > Task :firebase_storage:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_facebook_auth:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :flutter_facebook_auth:parseDebugLocalResources UP-TO-DATE
[    1 ms] > Task :flutter_facebook_auth:generateDebugRFile UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:compileDebugLibraryResources UP-TO-DATE
[    3 ms] > Task :flutter_keyboard_visibility:parseDebugLocalResources UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources UP-TO-DATE
[    6 ms] > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources UP-TO-DATE
[   38 ms] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE
[   32 ms] > Task :geocoding:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :geocoding:parseDebugLocalResources UP-TO-DATE
[        ] > Task :geocoding:generateDebugRFile UP-TO-DATE
[        ] > Task :geolocator_android:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :geolocator_android:parseDebugLocalResources UP-TO-DATE
[        ] > Task :geolocator_android:generateDebugRFile UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :google_mobile_ads:parseDebugLocalResources UP-TO-DATE
[        ] > Task :google_mobile_ads:generateDebugRFile UP-TO-DATE
[   22 ms] > Task :image_picker:compileDebugLibraryResources UP-TO-DATE
[    4 ms] > Task :image_picker:parseDebugLocalResources UP-TO-DATE
[        ] > Task :image_picker:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :path_provider:parseDebugLocalResources UP-TO-DATE
[        ] > Task :path_provider:generateDebugRFile UP-TO-DATE
[        ] > Task :sqflite:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :sqflite:parseDebugLocalResources UP-TO-DATE
[        ] > Task :sqflite:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugBuildConfig UP-TO-DATE
[    1 ms] > Task :cloud_firestore:javaPreCompileDebug UP-TO-DATE
[    1 ms] > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_core:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_core:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :cloud_firestore:bundleLibCompileToJarDebug UP-TO-DATE
[    2 ms] > Task :connectivity_plus:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :connectivity_plus:javaPreCompileDebug UP-TO-DATE
[        ] > Task :connectivity_plus:compileDebugJavaWithJavac UP-TO-DATE
[    1 ms] > Task :connectivity_plus:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :firebase_auth:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_auth:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_auth:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_auth:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :firebase_storage:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_storage:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_storage:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_storage:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :flutter_facebook_auth:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_facebook_auth:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_facebook_auth:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_facebook_auth:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:generateDebugBuildConfig UP-TO-DATE
[   17 ms] > Task :flutter_keyboard_visibility:javaPreCompileDebug UP-TO-DATE
[   39 ms] > Task :flutter_keyboard_visibility:compileDebugJavaWithJavac UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE
[    1 ms] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :geocoding:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :geocoding:javaPreCompileDebug UP-TO-DATE
[        ] > Task :geocoding:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :geocoding:bundleLibCompileToJarDebug UP-TO-DATE
[    2 ms] > Task :geolocator_android:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :geolocator_android:javaPreCompileDebug UP-TO-DATE
[        ] > Task :geolocator_android:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :geolocator_android:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:generateDebugBuildConfig UP-TO-DATE
[    2 ms] > Task :google_mobile_ads:javaPreCompileDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :google_mobile_ads:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :image_picker:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :image_picker:javaPreCompileDebug UP-TO-DATE
[        ] > Task :image_picker:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :image_picker:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :path_provider:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :path_provider:javaPreCompileDebug UP-TO-DATE
[        ] > Task :path_provider:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :path_provider:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :sqflite:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :sqflite:javaPreCompileDebug UP-TO-DATE
[        ] > Task :sqflite:compileDebugJavaWithJavac UP-TO-DATE
[   40 ms] > Task :sqflite:bundleLibCompileToJarDebug UP-TO-DATE
[    2 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[        ] > Task :app:javaPreCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :app:compileDebugSources UP-TO-DATE
[   18 ms] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[   14 ms] > Task :app:processDebugJavaRes NO-SOURCE
[    1 ms] > Task :cloud_firestore:processDebugJavaRes NO-SOURCE
[    1 ms] > Task :cloud_firestore:bundleLibResDebug NO-SOURCE
[    1 ms] > Task :connectivity_plus:processDebugJavaRes NO-SOURCE
[    1 ms] > Task :connectivity_plus:bundleLibResDebug NO-SOURCE
[        ] > Task :firebase_auth:processDebugJavaRes NO-SOURCE
[        ] > Task :firebase_auth:bundleLibResDebug NO-SOURCE
[        ] > Task :firebase_core:processDebugJavaRes NO-SOURCE
[        ] > Task :firebase_core:bundleLibResDebug NO-SOURCE
[        ] > Task :firebase_storage:processDebugJavaRes NO-SOURCE
[        ] > Task :firebase_storage:bundleLibResDebug NO-SOURCE
[        ] > Task :flutter_facebook_auth:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_facebook_auth:bundleLibResDebug NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:processDebugJavaRes NO-SOURCE
[    3 ms] > Task :flutter_keyboard_visibility:bundleLibResDebug NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE
[    5 ms] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug NO-SOURCE
[    1 ms] > Task :geocoding:processDebugJavaRes NO-SOURCE
[        ] > Task :geocoding:bundleLibResDebug NO-SOURCE
[        ] > Task :geolocator_android:processDebugJavaRes NO-SOURCE
[        ] > Task :geolocator_android:bundleLibResDebug NO-SOURCE
[        ] > Task :google_mobile_ads:processDebugJavaRes NO-SOURCE
[        ] > Task :google_mobile_ads:bundleLibResDebug NO-SOURCE
[        ] > Task :image_picker:processDebugJavaRes NO-SOURCE
[        ] > Task :image_picker:bundleLibResDebug NO-SOURCE
[        ] > Task :path_provider:processDebugJavaRes NO-SOURCE
[        ] > Task :path_provider:bundleLibResDebug NO-SOURCE
[        ] > Task :sqflite:processDebugJavaRes NO-SOURCE
[        ] > Task :sqflite:bundleLibResDebug NO-SOURCE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :firebase_core:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :cloud_firestore:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :firebase_auth:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :firebase_storage:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :geolocator_android:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :image_picker:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :sqflite:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :path_provider:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :flutter_facebook_auth:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :connectivity_plus:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :geocoding:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:bundleLibRuntimeToJarDebug UP-TO-DATE
[        ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[        ] > Task :app:dexBuilderDebug UP-TO-DATE
[        ] > Task :app:mergeDexDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugNativeLibs NO-SOURCE
[    4 ms] > Task :cloud_firestore:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :cloud_firestore:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :connectivity_plus:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :connectivity_plus:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :connectivity_plus:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :connectivity_plus:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :firebase_auth:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :firebase_auth:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :firebase_core:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :firebase_core:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :firebase_storage:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :firebase_storage:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :firebase_storage:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :firebase_storage:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :flutter_facebook_auth:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_facebook_auth:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :flutter_facebook_auth:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :flutter_facebook_auth:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :geocoding:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :geocoding:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :geocoding:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :geocoding:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :geolocator_android:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :geolocator_android:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :geolocator_android:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :geolocator_android:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :google_mobile_ads:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :google_mobile_ads:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :image_picker:mergeDebugNativeLibs NO-SOURCE
[    3 ms] > Task :image_picker:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :image_picker:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :path_provider:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :path_provider:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :path_provider:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :path_provider:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :sqflite:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :sqflite:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :sqflite:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :sqflite:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:writeDebugAppMetadata UP-TO-DATE
[        ] > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
[        ] > Task :cloud_firestore:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :cloud_firestore:extractDebugAnnotations UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :cloud_firestore:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :cloud_firestore:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :cloud_firestore:syncDebugLibJars UP-TO-DATE
[        ] > Task :cloud_firestore:bundleDebugAar UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugSources UP-TO-DATE
[        ] > Task :cloud_firestore:assembleDebug UP-TO-DATE
[        ] > Task :connectivity_plus:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :connectivity_plus:extractDebugAnnotations UP-TO-DATE
[   17 ms] > Task :connectivity_plus:mergeDebugGeneratedProguardFiles UP-TO-DATE
[   16 ms] > Task :connectivity_plus:mergeDebugConsumerProguardFiles UP-TO-DATE
[    7 ms] > Task :connectivity_plus:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :connectivity_plus:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :connectivity_plus:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :connectivity_plus:syncDebugLibJars UP-TO-DATE
[        ] > Task :connectivity_plus:bundleDebugAar UP-TO-DATE
[        ] > Task :connectivity_plus:compileDebugSources UP-TO-DATE
[        ] > Task :connectivity_plus:assembleDebug UP-TO-DATE
[        ] > Task :firebase_auth:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :firebase_auth:extractDebugAnnotations UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_auth:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :firebase_auth:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_auth:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :firebase_auth:syncDebugLibJars UP-TO-DATE
[        ] > Task :firebase_auth:bundleDebugAar UP-TO-DATE
[   11 ms] > Task :firebase_auth:compileDebugSources UP-TO-DATE
[        ] > Task :firebase_auth:assembleDebug UP-TO-DATE
[        ] > Task :firebase_core:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :firebase_core:extractDebugAnnotations UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :firebase_core:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :firebase_core:syncDebugLibJars UP-TO-DATE
[        ] > Task :firebase_core:bundleDebugAar UP-TO-DATE
[        ] > Task :firebase_core:compileDebugSources UP-TO-DATE
[        ] > Task :firebase_core:assembleDebug UP-TO-DATE
[        ] > Task :firebase_storage:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :firebase_storage:extractDebugAnnotations UP-TO-DATE
[        ] > Task :firebase_storage:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_storage:mergeDebugConsumerProguardFiles UP-TO-DATE
[    1 ms] > Task :firebase_storage:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :firebase_storage:prepareLintJarForPublish UP-TO-DATE
[  210 ms] > Task :firebase_storage:mergeDebugJavaResource UP-TO-DATE
[   60 ms] > Task :firebase_storage:syncDebugLibJars UP-TO-DATE
[    2 ms] > Task :firebase_storage:bundleDebugAar UP-TO-DATE
[   13 ms] > Task :firebase_storage:compileDebugSources UP-TO-DATE
[  856 ms] > Task :firebase_storage:assembleDebug UP-TO-DATE
[ 1388 ms] > Task :flutter_facebook_auth:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[  125 ms] > Task :flutter_facebook_auth:extractDebugAnnotations UP-TO-DATE
[   15 ms] > Task :flutter_facebook_auth:mergeDebugGeneratedProguardFiles UP-TO-DATE
[    2 ms] > Task :flutter_facebook_auth:mergeDebugConsumerProguardFiles UP-TO-DATE
[    1 ms] > Task :flutter_facebook_auth:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :flutter_facebook_auth:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_facebook_auth:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_facebook_auth:syncDebugLibJars UP-TO-DATE
[        ] > Task :flutter_facebook_auth:bundleDebugAar UP-TO-DATE
[        ] > Task :flutter_facebook_auth:compileDebugSources UP-TO-DATE
[    2 ms] > Task :flutter_facebook_auth:assembleDebug UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:extractDebugAnnotations UP-TO-DATE
[    1 ms] > Task :flutter_keyboard_visibility:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:prepareLintJarForPublish UP-TO-DATE
[    7 ms] > Task :flutter_keyboard_visibility:mergeDebugJavaResource UP-TO-DATE
[    5 ms] > Task :flutter_keyboard_visibility:syncDebugLibJars UP-TO-DATE
[    4 ms] > Task :flutter_keyboard_visibility:bundleDebugAar UP-TO-DATE
[    7 ms] > Task :flutter_keyboard_visibility:compileDebugSources UP-TO-DATE
[    9 ms] > Task :flutter_keyboard_visibility:assembleDebug UP-TO-DATE
[    4 ms] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[    6 ms] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations UP-TO-DATE
[   17 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE
[  108 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE
[   46 ms] > Task :flutter_plugin_android_lifecycle:prepareDebugArtProfile UP-TO-DATE
[   31 ms] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[   90 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource UP-TO-DATE
[   19 ms] > Task :flutter_plugin_android_lifecycle:syncDebugLibJars UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar UP-TO-DATE
[    2 ms] > Task :flutter_plugin_android_lifecycle:compileDebugSources UP-TO-DATE
[    1 ms] > Task :flutter_plugin_android_lifecycle:assembleDebug UP-TO-DATE
[        ] > Task :geocoding:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :geocoding:extractDebugAnnotations UP-TO-DATE
[        ] > Task :geocoding:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :geocoding:mergeDebugConsumerProguardFiles UP-TO-DATE
[    1 ms] > Task :geocoding:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :geocoding:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :geocoding:mergeDebugJavaResource UP-TO-DATE
[    2 ms] > Task :geocoding:syncDebugLibJars UP-TO-DATE
[        ] > Task :geocoding:bundleDebugAar UP-TO-DATE
[    5 ms] > Task :geocoding:compileDebugSources UP-TO-DATE
[        ] > Task :geocoding:assembleDebug UP-TO-DATE
[        ] > Task :geolocator_android:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :geolocator_android:extractDebugAnnotations UP-TO-DATE
[    1 ms] > Task :geolocator_android:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :geolocator_android:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :geolocator_android:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :geolocator_android:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :geolocator_android:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :geolocator_android:syncDebugLibJars UP-TO-DATE
[        ] > Task :geolocator_android:bundleDebugAar UP-TO-DATE
[    2 ms] > Task :geolocator_android:compileDebugSources UP-TO-DATE
[        ] > Task :geolocator_android:assembleDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :google_mobile_ads:extractDebugAnnotations UP-TO-DATE
[    4 ms] > Task :google_mobile_ads:mergeDebugGeneratedProguardFiles UP-TO-DATE
[    2 ms] > Task :google_mobile_ads:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :google_mobile_ads:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :google_mobile_ads:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :google_mobile_ads:syncDebugLibJars UP-TO-DATE
[        ] > Task :google_mobile_ads:bundleDebugAar UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugSources UP-TO-DATE
[        ] > Task :google_mobile_ads:assembleDebug UP-TO-DATE
[        ] > Task :image_picker:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :image_picker:extractDebugAnnotations UP-TO-DATE
[        ] > Task :image_picker:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE
[    2 ms] > Task :image_picker:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :image_picker:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :image_picker:syncDebugLibJars UP-TO-DATE
[        ] > Task :image_picker:bundleDebugAar UP-TO-DATE
[        ] > Task :image_picker:mergeDebugResources UP-TO-DATE
[        ] > Task :image_picker:compileDebugSources UP-TO-DATE
[        ] > Task :image_picker:assembleDebug UP-TO-DATE
[    2 ms] > Task :path_provider:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[    2 ms] > Task :path_provider:extractDebugAnnotations UP-TO-DATE
[        ] > Task :path_provider:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :path_provider:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :path_provider:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :path_provider:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :path_provider:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :path_provider:syncDebugLibJars UP-TO-DATE
[        ] > Task :path_provider:bundleDebugAar UP-TO-DATE
[        ] > Task :path_provider:compileDebugSources UP-TO-DATE
[        ] > Task :path_provider:assembleDebug UP-TO-DATE
[        ] > Task :sqflite:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :sqflite:extractDebugAnnotations UP-TO-DATE
[    2 ms] > Task :sqflite:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :sqflite:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :sqflite:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :sqflite:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :sqflite:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :sqflite:syncDebugLibJars UP-TO-DATE
[        ] > Task :sqflite:bundleDebugAar UP-TO-DATE
[        ] > Task :sqflite:compileDebugSources UP-TO-DATE
[        ] > Task :sqflite:assembleDebug UP-TO-DATE
[        ] > Task :app:compressDebugAssets
[    2 ms] Execution optimizations have been disabled for task ':app:compressDebugAssets' to ensure correctness due to
the following reasons:
[    1 ms]   - Gradle detected a problem with the following location:
'E:\Sparter\sparter\build\app\intermediates\merged_assets\debug\out'. Reason: Task ':app:compressDebugAssets' uses this
output of task ':app:copyFlutterAssetsDebug' without declaring an explicit or implicit dependency. This can lead to
incorrect results being produced, depending on what order the tasks are executed. Please refer to
https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[   37 ms] > Task :app:packageDebug
[  103 ms] > Task :app:assembleDebug
[    6 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[        ] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from
your own scripts or plugins.
[        ] See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
[        ] Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure
correctness.
[        ] Please consult deprecation warnings for more details.
[    1 ms] BUILD SUCCESSFUL in 41s
[        ] 399 actionable tasks: 7 executed, 392 up-to-date
[  396 ms] Running Gradle task 'assembleDebug'... (completed in 41,9s)
[  123 ms] calculateSha: LocalDirectory: 'e:\Sparter\sparter\build\app\outputs\flutter-apk'/app.apk
[ 1488 ms] √  Built build\app\outputs\flutter-apk\app-debug.apk.
[    6 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
e:\Sparter\sparter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   24 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
e:\Sparter\sparter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.sparter" (Raw: "com.example.sparter")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x13
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=22)
                 A: android:name(0x01010003)="android.permission.ACCESS_FINE_LOCATION" (Raw:
                 "android.permission.ACCESS_FINE_LOCATION")
               E: uses-permission (line=23)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw:
                 "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=24)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=25)
                 A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw:
                 "com.google.android.c2dm.permission.RECEIVE")
               E: uses-permission (line=26)
                 A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"
                 (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE")
               E: queries (line=27)
                 E: intent (line=30)
                   E: action (line=31)
                     A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                   E: category (line=33)
                     A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                     "android.intent.category.BROWSABLE")
                   E: data (line=35)
                     A: android:scheme(0x01010027)="https" (Raw: "https")
                 E: intent (line=39)
                   E: action (line=40)
                     A: android:name(0x01010003)="android.support.customtabs.action.CustomTabsService" (Raw:
                     "android.support.customtabs.action.CustomTabsService")
               E: uses-permission (line=45)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw:
                 "android.permission.RECEIVE_BOOT_COMPLETED")
               E: application (line=47)
                 A: android:label(0x01010001)="TakeSpart" (Raw: "TakeSpart")
                 A: android:icon(0x01010002)=@0x7f0b0000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw:
                 "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:supportsRtl(0x010103af)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: meta-data (line=54)
                   A: android:name(0x01010003)="com.facebook.sdk.ApplicationId" (Raw: "com.facebook.sdk.ApplicationId")
                   A: android:value(0x01010024)=@0x7f0c0046
                 E: activity (line=58)
                   A: android:theme(0x01010000)=@0x7f0d0169
                   A: android:label(0x01010001)=@0x7f0c001b
                   A: android:name(0x01010003)="com.facebook.FacebookActivity" (Raw: "com.facebook.FacebookActivity")
                   A: android:configChanges(0x0101001f)=(type 0x11)0x5b0
                 E: activity (line=63)
                   A: android:name(0x01010003)="com.facebook.CustomTabActivity" (Raw: "com.facebook.CustomTabActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=66)
                     E: action (line=67)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=69)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=70)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=72)
                       A: android:scheme(0x01010027)=@0x7f0c0047
                   E: intent-filter (line=74)
                     E: action (line=75)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=77)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=78)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=80)
                       A: android:scheme(0x01010027)="fbconnect" (Raw: "fbconnect")
                       A: android:host(0x01010028)="cct.com.example.sparter" (Raw: "cct.com.example.sparter")
                 E: activity (line=85)
                   A: android:theme(0x01010000)=@0x7f0d00a5
                   A: android:name(0x01010003)="com.example.sparter.MainActivity" (Raw:
                   "com.example.sparter.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: intent-filter (line=92)
                     E: action (line=93)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=95)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=102)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=105)
                   A: android:name(0x01010003)="com.google.android.gms.ads.APPLICATION_ID" (Raw:
                   "com.google.android.gms.ads.APPLICATION_ID")
                   A: android:value(0x01010024)="ca-app-pub-5882725622875262~7666222824" (Raw:
                   "ca-app-pub-5882725622875262~7666222824")
                 E: service (line=109)
                   A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw:
                   "com.google.firebase.components.ComponentDiscoveryService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: meta-data (line=113)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.firestore.Flut                     terFirebaseFirestoreRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegis                     trar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=116)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFi                     rebaseAuthRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=119)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.storage.Flutte                     rFirebaseAppRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.storage.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=122)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFi                     rebaseCoreRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=125)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.messaging.FirebaseMess                     agingRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=128)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.in                     ternal.AnalyticsConnectorRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnector                     Registrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=131)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.datatransport.Transpor                     tRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=134)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.Firebase                     InstallationsRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=137)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegis                     trar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=140)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreReg                     istrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=143)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.storage.StorageRegistr                     ar" (Raw: "com.google.firebase.components:com.google.firebase.storage.StorageRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                 E: provider (line=148)
                   A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw:
                   "io.flutter.plugins.imagepicker.ImagePickerFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.flutter.image_provider" (Raw:
                   "com.example.sparter.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=153)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw:
                     "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0f0000
                 E: meta-data (line=158)
                   A: android:name(0x01010003)="io.flutter.embedded_views_preview" (Raw:
                   "io.flutter.embedded_views_preview")
                   A: android:value(0x01010024)=(type 0x12)0xffffffff
                 E: activity (line=162)
                   A: android:name(0x01010003)="com.facebook.CustomTabMainActivity" (Raw:
                   "com.facebook.CustomTabMainActivity")
                 E: provider (line=172)
                   A: android:name(0x01010003)="com.facebook.internal.FacebookInitProvider" (Raw:
                   "com.facebook.internal.FacebookInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.FacebookInitProvider" (Raw:
                   "com.example.sparter.FacebookInitProvider")
                 E: receiver (line=177)
                   A: android:name(0x01010003)="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" (Raw:
                   "com.facebook.CurrentAccessTokenExpirationBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=180)
                     E: action (line=181)
                       A: android:name(0x01010003)="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" (Raw:
                       "com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED")
                 E: receiver (line=184)
                   A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw:
                   "com.google.firebase.iid.FirebaseInstanceIdReceiver")
                   A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw:
                   "com.google.android.c2dm.permission.SEND")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=188)
                     E: action (line=189)
                       A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw:
                       "com.google.android.c2dm.intent.RECEIVE")
                 E: service (line=196)
                   A: android:name(0x01010003)="com.google.firebase.messaging.FirebaseMessagingService" (Raw:
                   "com.google.firebase.messaging.FirebaseMessagingService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: intent-filter (line=200)
                     A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c
                     E: action (line=201)
                       A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw:
                       "com.google.firebase.MESSAGING_EVENT")
                 E: activity (line=205)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.firebase.auth.internal.GenericIdpActivity" (Raw:
                   "com.google.firebase.auth.internal.GenericIdpActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x2
                   E: intent-filter (line=211)
                     E: action (line=212)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=214)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=215)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=217)
                       A: android:scheme(0x01010027)="genericidp" (Raw: "genericidp")
                       A: android:host(0x01010028)="firebase.auth" (Raw: "firebase.auth")
                       A: android:path(0x0101002a)="/" (Raw: "/")
                 E: activity (line=223)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.firebase.auth.internal.RecaptchaActivity" (Raw:
                   "com.google.firebase.auth.internal.RecaptchaActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x2
                   E: intent-filter (line=229)
                     E: action (line=230)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=232)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                     E: category (line=233)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw:
                       "android.intent.category.BROWSABLE")
                     E: data (line=235)
                       A: android:scheme(0x01010027)="recaptcha" (Raw: "recaptcha")
                       A: android:host(0x01010028)="firebase.auth" (Raw: "firebase.auth")
                       A: android:path(0x0101002a)="/" (Raw: "/")
                 E: service (line=242)
                   A:
                   android:name(0x01010003)="com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService"
                   (Raw: "com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=246)
                     E: action (line=247)
                       A: android:name(0x01010003)="com.google.firebase.auth.api.gms.service.START" (Raw:
                       "com.google.firebase.auth.api.gms.service.START")
                     E: category (line=249)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw:
                       "android.intent.category.DEFAULT")
                 E: provider (line=253)
                   A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw:
                   "com.google.firebase.provider.FirebaseInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.firebaseinitprovider" (Raw:
                   "com.example.sparter.firebaseinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                 E: service (line=260)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery                   " (Raw: "com.google.android.datatransport.runtime.backends.TransportBackendDiscovery")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: meta-data (line=263)
                     A: android:name(0x01010003)="backend:com.google.android.datatransport.cct.CctBackendFactory" (Raw:
                     "backend:com.google.android.datatransport.cct.CctBackendFactory")
                     A: android:value(0x01010024)="cct" (Raw: "cct")
                 E: service (line=267)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSc                   hedulerService" (Raw:
                   "com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=273)
                   A:
                   android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmMana                   gerSchedulerBroadcastReceiver" (Raw:
                   "com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastRece                   iver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=276)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=282)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=286)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=292)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw:
                   "com.google.android.gms.common.api.GoogleApiActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=296)
                   A: android:theme(0x01010000)=@0x0103000f
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdActivity" (Raw:
                   "com.google.android.gms.ads.AdActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:configChanges(0x0101001f)=(type 0x11)0xfb0
                 E: provider (line=302)
                   A: android:name(0x01010003)="com.google.android.gms.ads.MobileAdsInitProvider" (Raw:
                   "com.google.android.gms.ads.MobileAdsInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.sparter.mobileadsinitprovider" (Raw:
                   "com.example.sparter.mobileadsinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: service (line=308)
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdService" (Raw:
                   "com.google.android.gms.ads.AdService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=313)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f080004
                 E: provider (line=317)
                   A: android:name(0x01010003)="androidx.work.impl.WorkManagerInitializer" (Raw:
                   "androidx.work.impl.WorkManagerInitializer")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff
                   A: android:authorities(0x01010018)="com.example.sparter.workmanager-init" (Raw:
                   "com.example.sparter.workmanager-init")
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=324)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.SystemAlarmService" (Raw:
                   "androidx.work.impl.background.systemalarm.SystemAlarmService")
                   A: android:enabled(0x0101000e)=@0x7f030003
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=329)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemjob.SystemJobService" (Raw:
                   "androidx.work.impl.background.systemjob.SystemJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw:
                   "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=@0x7f030004
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=336)
                   A: android:name(0x01010003)="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" (Raw:
                   "androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=341)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingPr                   oxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=346)
                     E: action (line=347)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_CONNECTED" (Raw:
                       "android.intent.action.ACTION_POWER_CONNECTED")
                     E: action (line=348)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_DISCONNECTED" (Raw:
                       "android.intent.action.ACTION_POWER_DISCONNECTED")
                 E: receiver (line=351)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProx                   y" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=356)
                     E: action (line=357)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_OKAY" (Raw:
                       "android.intent.action.BATTERY_OKAY")
                     E: action (line=358)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_LOW" (Raw:
                       "android.intent.action.BATTERY_LOW")
                 E: receiver (line=361)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProx                   y" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=366)
                     E: action (line=367)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_LOW" (Raw:
                       "android.intent.action.DEVICE_STORAGE_LOW")
                     E: action (line=368)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_OK" (Raw:
                       "android.intent.action.DEVICE_STORAGE_OK")
                 E: receiver (line=371)
                   A:
                   android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy                   " (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=376)
                     E: action (line=377)
                       A: android:name(0x01010003)="android.net.conn.CONNECTIVITY_CHANGE" (Raw:
                       "android.net.conn.CONNECTIVITY_CHANGE")
                 E: receiver (line=380)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.RescheduleReceiver" (Raw:
                   "androidx.work.impl.background.systemalarm.RescheduleReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=385)
                     E: action (line=386)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw:
                       "android.intent.action.BOOT_COMPLETED")
                     E: action (line=387)
                       A: android:name(0x01010003)="android.intent.action.TIME_SET" (Raw:
                       "android.intent.action.TIME_SET")
                     E: action (line=388)
                       A: android:name(0x01010003)="android.intent.action.TIMEZONE_CHANGED" (Raw:
                       "android.intent.action.TIMEZONE_CHANGED")
                 E: receiver (line=391)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"                   (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver")
                   A: android:enabled(0x0101000e)=@0x7f030003
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=396)
                     E: action (line=397)
                       A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.UpdateProxies" (Raw:
                       "androidx.work.impl.background.systemalarm.UpdateProxies")
                 E: service (line=401)
                   A: android:name(0x01010003)="androidx.room.MultiInstanceInvalidationService" (Raw:
                   "androidx.room.MultiInstanceInvalidationService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   29 ms] Stopping app 'app.apk' on SM G930F.
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell am
force-stop com.example.sparter
[  133 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell pm
list packages com.example.sparter
[ 1232 ms] package:com.example.sparter
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell cat
/data/local/tmp/sky.com.example.sparter.sha1
[   72 ms] 5c4696b0ec3b06da2c28800af78d1e876319d69f
[    1 ms] Installing APK.
[    1 ms] Installing build\app\outputs\flutter-apk\app.apk...
[        ] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a install -t -r
e:\Sparter\sparter\build\app\outputs\flutter-apk\app.apk
[ 80693 ms] Performing Streamed Install
                     Success
[    2 ms] Installing build\app\outputs\flutter-apk\app.apk... (completed in 80,7s)
[    4 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell echo -n
2ffc578f14817754ee5f7848f1bc777fd3250e1d > /data/local/tmp/sky.com.example.sparter.sha1
[   87 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell -x logcat -v time -t 1
[  736 ms] --------- beginning of main
                    09-06 07:17:26.104 I/zygote64( 5094): Background concurrent copying GC freed 31677(1683KB) AllocSpace objects, 2(88KB)
                    LOS objects, 49% free, 6MB/13MB, paused 12.492ms total 243.039ms
[   19 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a 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.sparter/com.example.sparter.MainActivity
[  493 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.sparter/.MainActivity (has extras) }
[    2 ms] Waiting for observatory port to be available...
[ 5442 ms] Observatory URL on device: http://127.0.0.1:41864/bnnVKcOdaLA=/
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a forward tcp:0 tcp:41864
[   24 ms] 8885
[        ] Forwarded host port 8885 to device port 41864 for Observatory
[    3 ms] Caching compiled dill
[   36 ms] Connecting to service protocol: http://127.0.0.1:8885/bnnVKcOdaLA=/
[ 1605 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:8885/bnnVKcOdaLA=/.
[  829 ms] DDS is listening at http://127.0.0.1:1236/GyyKvXAkUOo=/.
[   66 ms] Successfully connected to service protocol: http://127.0.0.1:8885/bnnVKcOdaLA=/
[  286 ms] DevFS: Creating new filesystem on the device (null)
[  181 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.sparter/code_cache/sparterBDPBUR/sparter/)
[    5 ms] Updating assets
[  170 ms] Syncing files to device SM G930F...
[    3 ms] <- reset
[    1 ms] Compiling dart to kernel with 0 updated files
[    3 ms] <- recompile package:sparter/main.dart 5d51658f-8df5-494d-b9ba-e3bad71b3f51
[        ] <- 5d51658f-8df5-494d-b9ba-e3bad71b3f51
[  255 ms] Updating files.
[   18 ms] DevFS: Sync finished
[    1 ms] Syncing files to device SM G930F... (completed in 282ms)
[    1 ms] Synced 0.0MB.
[    1 ms] <- accept
[   12 ms] Connected to _flutterView/0x7f9e7ef620.
[    4 ms] Flutter run key commands.
[    1 ms] r Hot reload.
[    1 ms] R Hot restart.
[    1 ms] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[    2 ms] c Clear the screen
[    1 ms] q Quit (terminate the application on the device).
[    1 ms]  Running with sound null safety
[    1 ms] An Observatory debugger and profiler on SM G930F is available at: http://127.0.0.1:1236/GyyKvXAkUOo=/
[   20 ms] DevTools activation throttled until 2021-09-06 08:33:19.046700.
[ 1179 ms] The Flutter DevTools debugger and profiler on SM G930F is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:1236/GyyKvXAkUOo=/

-->

    • Flutter version 2.5.0-6.0.pre at C:\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 225a43d941 (5 weeks ago), 2021-08-05 11:32:48 -0700
    • Engine revision 07ec4b82c7
    • Dart version 2.14.0 (build 2.14.0-383.0.dev)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:/Users/Maamoun/AppData/Local/Android/Sdk
    • Platform android-30, build-tools 30.0.3
    • ANDROID_HOME = C:/Users/Maamoun/AppData/Local/Android/Sdk
    • Java binary at: C:\Program Files\Android\Android Studio1\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Android Studio (version 2020.3)
    • Android Studio at C:\Program Files\Android\Android Studio1
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)

[√] IntelliJ IDEA Community Edition (version 2019.1)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3.2
    • Flutter plugin version 35.3.3
    • Dart plugin version 191.7221

[√] IntelliJ IDEA Community Edition (version 2021.2)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.2.1
    • Flutter plugin version 59.0.4
    • Dart plugin version 212.5080.8

[√] VS Code (version 1.34.0)
    • VS Code at C:\Users\Maamoun\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.0.2

[√] Connected device (3 available)
    • SM G930F (mobile) • ad071603090fc3118a • android-arm64  • Android 8.0.0 (API 26)
    • Chrome (web)      • chrome             • web-javascript • Google Chrome 92.0.4515.159
    • Edge (web)        • edge               • web-javascript • Microsoft Edge 92.0.902.84

• No issues found!
Process finished with exit code 0

i should also mention that something weird happend that after the run 'main' finished and crached and phone slept while connected when i oppend it the app worked
Thank you for your time and help .

@Klazyo
Copy link
Author

Klazyo commented Sep 6, 2021

i found that before the app craches when it starts if i lock the phone than open it the apps works on the physical device and i can debug without problems

@TahaTesser TahaTesser added the in triage Presently being triaged by the triage team label Sep 6, 2021
@TahaTesser TahaTesser changed the title its been like1 months i did the updates the physical phone craches and the virtual device is very slow Even if i start a new project Longer builder Sep 6, 2021
@TahaTesser
Copy link
Member

Hi @Klazyo

i remember i start having this pb after introducing google ads on my app but even if i start a new project i get the same error with differenet lines

Can you please follow the steps without third-party packages
flutter create myapp
cd myapp
flutter run -v (please provide these logs) running on emulator and device, which shows the issue)

Also, you're describing multiple seemingly unrelated issues. Please provide a clear description of the issues

Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 6, 2021
@TahaTesser TahaTesser changed the title Longer builder App crashed Sep 6, 2021
@Klazyo
Copy link
Author

Klazyo commented Sep 6, 2021

hi @TahaTesser
Thank you
sorry i am new with the github .
the issue is app doesn't build on physical device and is very slow on a virtual device i don't have 3rd party packages

C:\Users\Maamoun>flutter create myapp
Recreating project myapp...
Running "flutter pub get" in myapp...                              831ms
Wrote 3 files.

All done!
In order to run your application, type:

  $ cd myapp
  $ flutter run

Your application code is in myapp\lib\main.dart.

C:\Users\Maamoun>cd myapp

logs
C:\Users\Maamoun\myapp>flutter run -v
[   72 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  494 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[    4 ms] 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[   45 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] 2.5.0-6.0.pre
[   11 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   38 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] origin/dev
[        ] executing: [C:\flutter/] git ls-remote --get-url origin
[   35 ms] Exit code 0 from: git ls-remote --get-url origin
[    1 ms] https://github.com/flutter/flutter.git
[  116 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[   38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[    1 ms] dev
[   78 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[    1 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.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   63 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[   45 ms] List of devices attached
           ad071603090fc3118a     device product:heroltexx model:SM_G930F device:herolte transport_id:1
[    6 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell getprop
[  107 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[    9 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[   86 ms] Skipping pub get: version match.
[  109 ms] Generating C:\Users\Maamoun\myapp\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[   65 ms] ro.hardware = samsungexynos8890
[   39 ms] Initializing file store
[   11 ms] Skipping target: gen_localizations
[    8 ms] Skipping target: gen_dart_plugin_registrant
[    2 ms] _composite: Starting due to {}
[    1 ms] _composite: Complete
[    4 ms] complete
[    8 ms] Launching lib\main.dart on SM G930F in debug mode...
[    6 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\Maamoun\AppData\Local\Temp\flutter_tools.a6b7e36e\flutter_tool.98f88a25\app.dill --packages
C:\Users\Maamoun\myapp\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy
[   16 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell -x
logcat -v time -t 1
[   15 ms] <- compile package:myapp/main.dart
[  177 ms] --------- beginning of main
                    09-06 14:42:19.093 E/adbd    (26260): service_to_fd: shell:logcat -v time -t 1
[   12 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe version
[   43 ms] Android Debug Bridge version 1.0.41
           Version 31.0.3-7562133
           Installed as C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe start-server
[   27 ms] Building APK
[   20 ms] Running Gradle task 'assembleDebug'...
[    8 ms] Using gradle from C:\Users\Maamoun\myapp\android\gradlew.bat.
[   16 ms] executing: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[  108 ms] Exit code 0 from: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[    1 ms] openjdk version "11.0.10" 2021-01-19
           OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
           OpenJDK 64-Bit Server VM (build 11.0.10 0-b96-7249189, mixed mode)
[    2 ms] executing: [C:\Users\Maamoun\myapp\android/] C:\Users\Maamoun\myapp\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=C:\Users\Maamoun\myapp\lib\main.dart
-Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true
-Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ 1456 ms] Starting a Gradle Daemon (subsequent builds will be faster)
[ 13677 ms] > Task :app:compileFlutterBuildDebug
[    6 ms] [   67 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[    1 ms] [  634 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[    1 ms] [        ] 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] [        ] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] [   48 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [        ] 2.5.0-6.0.pre
[        ] [   11 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] [   40 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] [        ] origin/dev
[    2 ms] [        ] executing: [C:\flutter/] git ls-remote --get-url origin
[    1 ms] [   33 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [   57 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[        ] [   39 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] dev
[    1 ms] [   61 ms] 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.
[    1 ms] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [    3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[        ] [    1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[    2 ms] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[    2 ms] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[    1 ms] [  104 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'GradleWrapper' 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.
[    8 ms] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[    1 ms] [        ] 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.
[    1 ms] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] [   40 ms] Initializing file store
[        ] [   21 ms] Skipping target: gen_localizations
[    1 ms] [   14 ms] Skipping target: gen_dart_plugin_registrant
[        ] [    2 ms] kernel_snapshot: Starting due to {}
[        ] [   14 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies
-DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation
--no-link-platform --packages C:\Users\Maamoun\myapp\.dart_tool\package_config.json --output-dill
C:\Users\Maamoun\myapp\.dart_tool\flutter_build\31a0d3d864e36638cfeb4fd39729248b\app.dill --depfile
C:\Users\Maamoun\myapp\.dart_tool\flutter_build\31a0d3d864e36638cfeb4fd39729248b\kernel_snapshot.d
package:myapp/main.dart
[ 8833 ms] [ 8953 ms] kernel_snapshot: Complete
[  503 ms] [  510 ms] debug_android_application: Starting due to {}
[  293 ms] [  352 ms] debug_android_application: Complete
[  599 ms] [  554 ms] Persisting file store
[    4 ms] [    8 ms] Done persisting file store
[    2 ms] [    4 ms] build succeeded.
[   15 ms] [   13 ms] "flutter assemble" took 10 619ms.
[  284 ms] [  264 ms] ensureAnalyticsSent: 260ms
[    1 ms] [    1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[  185 ms] > Task :app:packLibsflutterBuildDebug
[    1 ms] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[  115 ms] > Task :app:compileDebugRenderscript NO-SOURCE
[   21 ms] > Task :app:generateDebugBuildConfig
[  256 ms] > Task :app:checkDebugAarMetadata
[    1 ms] > Task :app:cleanMergeDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugShaders
[        ] > Task :app:compileDebugShaders NO-SOURCE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[  308 ms] > Task :app:copyFlutterAssetsDebug
[   10 ms] > Task :app:generateDebugResValues
[    8 ms] > Task :app:generateDebugResources
[  938 ms] > Task :app:createDebugCompatibleScreenManifests
[  122 ms] > Task :app:extractDeepLinksDebug
[  209 ms] > Task :app:processDebugMainManifest
[  309 ms] > Task :app:mergeDebugResources
[  106 ms] > Task :app:processDebugManifest
[   80 ms] > Task :app:javaPreCompileDebug
[    2 ms] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[  102 ms] > Task :app:processDebugManifestForPackage
[  822 ms] > Task :app:compressDebugAssets
[   24 ms] > Task :app:processDebugResources
[ 5961 ms] > Task :app:compileDebugKotlin
[ 1392 ms] > Task :app:compileDebugJavaWithJavac
[   61 ms] > Task :app:compileDebugSources
[  224 ms] > Task :app:processDebugJavaRes NO-SOURCE
[  115 ms] > Task :app:checkDebugDuplicateClasses
[  904 ms] > Task :app:dexBuilderDebug
[   98 ms] > Task :app:desugarDebugFileDependencies
[  120 ms] > Task :app:mergeDebugJniLibFolders
[    9 ms] > Task :app:mergeDebugJavaResource
[  160 ms] > Task :app:validateSigningDebug
[ 1610 ms] > Task :app:mergeExtDexDebug
[ 1098 ms] > Task :app:mergeDexDebug
[  489 ms] > Task :app:mergeDebugNativeLibs
[  102 ms] > Task :app:stripDebugDebugSymbols FAILED
[    2 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[    2 ms] Use '--warning-mode all' to show the individual deprecation warnings.
[    1 ms] See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
[    2 ms] FAILURE: Build failed with an exception.
[    3 ms] * What went wrong:
[    2 ms] Execution failed for task ':app:stripDebugDebugSymbols'.
[    1 ms] > NDK at C:\Users\Maamoun\AppData\Local\Android\sdk\ndk-bundle did not have a source.properties file
[    1 ms] * Try:
[    1 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.
[    3 ms] * Get more help at https://help.gradle.org
[    3 ms] BUILD FAILED in 41s
[    1 ms] 30 actionable tasks: 29 executed, 1 up-to-date
[  677 ms] Running Gradle task 'assembleDebug'... (completed in 42,6s)
[    4 ms] Exception: Gradle task assembleDebug failed with exit code 1
[    1 ms] "flutter run" took 43 535ms.
[    4 ms]
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:669:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure>
(package:flutter_tools/src/runner/flutter_command.dart:1125:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure>
           (package:flutter_tools/src/runner/flutter_command_runner.dart:288:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:236:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:92:3)
           <asynchronous suspension>


[  256 ms] ensureAnalyticsSent: 254ms
[    4 ms] Running shutdown hooks
[    1 ms] Shutdown hooks complete
[    1 ms] exiting with code 1

C:\Users\Maamoun\myapp>



------------------------------------------------------**on Device**---------------------------------------------


Launching lib\main.dart on SM G930F in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:stripDebugDebugSymbols'.
> NDK at C:\Users\Maamoun\AppData\Local\Android\sdk\ndk-bundle did not have a source.properties file

* 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

BUILD FAILED in 21s
Exception: Gradle task assembleDebug failed with exit code 1


---------------------------------------------------*on emulator *---------------------------------------


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:stripDebugDebugSymbols'.
> NDK at C:\Users\Maamoun\AppData\Local\Android\sdk\ndk-bundle did not have a source.properties file

* 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

BUILD FAILED in 12s
Exception: Gradle task assembleDebug failed with exit code 1

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 6, 2021
@Klazyo
Copy link
Author

Klazyo commented Sep 6, 2021

Sorry ignore the first one i deleted the ndk-bundle and did the steps again
--------------------on Device-------------------

logs
C:\Users\Maamoun\myapp>flutter run -v
[   72 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  486 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[    2 ms] 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[   47 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] 2.5.0-6.0.pre
[   11 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] origin/dev
[        ] executing: [C:\flutter/] git ls-remote --get-url origin
[   34 ms] Exit code 0 from: git ls-remote --get-url origin
[    1 ms] https://github.com/flutter/flutter.git
[  119 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[   39 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[    1 ms] dev
[   84 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[    1 ms] 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.
[    1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   64 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[ 2132 ms] List of devices attached
                    ad071603090fc3118a     device product:heroltexx model:SM_G930F device:herolte transport_id:2
                    emulator-5554          device product:sdk_gphone_x86_arm model:AOSP_on_IA_Emulator
                    device:generic_x86_arm transport_id:1


                    * daemon not running; starting now at tcp:5037
                    * daemon started successfully
[   10 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell getprop
[  123 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell getprop
[   61 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[    7 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[   77 ms] Multiple devices found:
[    4 ms] ro.hardware = samsungexynos8890
[    1 ms] ro.hardware = ranchu
[   25 ms] SM G930F (mobile)            • ad071603090fc3118a • android-arm64  • Android 8.0.0 (API 26)
[    2 ms] AOSP on IA Emulator (mobile) • emulator-5554      • android-x86    • Android 9 (API 28) (emulator)
[        ] Chrome (web)                 • chrome             • web-javascript • Google Chrome 92.0.4515.159
[        ] Edge (web)                   • edge               • web-javascript • Microsoft Edge 92.0.902.84
[    2 ms] [1]: SM G930F (ad071603090fc3118a)
[        ] [2]: AOSP on IA Emulator (emulator-5554)
[        ] [3]: Chrome (chrome)
[        ] [4]: Edge (edge)
[    3 ms] Please choose one (To quit, press "q/Q")
[        ] :
[ 29984 ms] 1
[   35 ms] Skipping pub get: version match.
[  139 ms] Generating C:\Users\Maamoun\myapp\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[   89 ms] Initializing file store
[   11 ms] Skipping target: gen_localizations
[    7 ms] Skipping target: gen_dart_plugin_registrant
[    1 ms] Skipping target: _composite
[    2 ms] complete
[    6 ms] Launching lib\main.dart on SM G930F in debug mode...
[    5 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\Maamoun\AppData\Local\Temp\flutter_tools.fdc88ff4\flutter_tool.ac8d8fb4\app.dill --packages
C:\Users\Maamoun\myapp\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy
[   11 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   16 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.myapp" (Raw: "com.example.myapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)="myapp" (Raw: "myapp")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=21)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.myapp.MainActivity" (Raw: "com.example.myapp.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=35)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
                     "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=39)
                     E: action (line=40)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=42)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=49)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
[    8 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell -x
logcat -v time -t 1
[   10 ms] <- compile package:myapp/main.dart
[  179 ms] --------- beginning of main
                    09-06 15:31:51.819 E/adbd    (26260): service_to_fd: shell:logcat -v time -t 1
[   10 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe version
[   41 ms] Android Debug Bridge version 1.0.41
           Version 31.0.3-7562133
           Installed as C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe start-server
[   26 ms] Building APK
[   17 ms] Running Gradle task 'assembleDebug'...
[    5 ms] Using gradle from C:\Users\Maamoun\myapp\android\gradlew.bat.
[   13 ms] executing: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[  117 ms] Exit code 0 from: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[    1 ms] openjdk version "11.0.10" 2021-01-19
           OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
           OpenJDK 64-Bit Server VM (build 11.0.10 0-b96-7249189, mixed mode)
[    3 ms] executing: [C:\Users\Maamoun\myapp\android/] C:\Users\Maamoun\myapp\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=C:\Users\Maamoun\myapp\lib\main.dart
-Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true
-Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ 3705 ms] > Task :app:compileFlutterBuildDebug
[    1 ms] [   72 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [  501 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] 225a43d941ddd1753765fec3682011e9ddffb11d
[    1 ms] [        ] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [   64 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [        ] 2.5.0-6.0.pre
[        ] [   10 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [   40 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/dev
[    2 ms] [        ] executing: [C:\flutter/] git ls-remote --get-url origin
[        ] [   35 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [   62 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[        ] [   47 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] dev
[        ] [   67 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[    2 ms] [    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[    1 ms] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[    2 ms] [        ] 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.
[    4 ms] [  116 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' 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.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    2 ms] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[    1 ms] [        ] 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.
[    2 ms] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] [   39 ms] Initializing file store
[        ] [   19 ms] Done initializing file store
[        ] [   64 ms] Skipping target: gen_localizations
[        ] [   12 ms] Skipping target: gen_dart_plugin_registrant
[  437 ms] [  583 ms] Skipping target: kernel_snapshot
[  400 ms] [  315 ms] Skipping target: debug_android_application
[    2 ms] [        ] Persisting file store
[   11 ms] [    8 ms] Done persisting file store
[   20 ms] [    6 ms] build succeeded.
[    4 ms] [   14 ms] "flutter assemble" took 1 208ms.
[  159 ms] [  259 ms] ensureAnalyticsSent: 254ms
[    1 ms] [    1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[   99 ms] [        ] exiting with code 0
[    3 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[    1 ms] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[   90 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[    1 ms] > Task :app:cleanMergeDebugAssets
[    1 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders NO-SOURCE
[    1 ms] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[  294 ms] > Task :app:copyFlutterAssetsDebug
[    1 ms] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[    2 ms] > Task :app:mergeDebugResources UP-TO-DATE
[  115 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[  190 ms] > Task :app:extractDeepLinksDebug UP-TO-DATE
[  183 ms] > Task :app:processDebugMainManifest UP-TO-DATE
[   84 ms] > Task :app:processDebugManifest UP-TO-DATE
[   13 ms] > Task :app:processDebugManifestForPackage UP-TO-DATE
[   10 ms] > Task :app:processDebugResources UP-TO-DATE
[    4 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[    1 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[   11 ms] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[    2 ms] > Task :app:compileDebugSources UP-TO-DATE
[    1 ms] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[        ] > Task :app:compressDebugAssets UP-TO-DATE
[    2 ms] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[    1 ms] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[    1 ms] > Task :app:dexBuilderDebug UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[        ] > Task :app:mergeExtDexDebug UP-TO-DATE
[    1 ms] > Task :app:mergeDexDebug UP-TO-DATE
[    3 ms] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[    1 ms] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[    1 ms] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:packageDebug UP-TO-DATE
[    3 ms] > Task :app:assembleDebug
[    1 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[    2 ms] Use '--warning-mode all' to show the individual deprecation warnings.
[    1 ms] See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
[    4 ms] BUILD SUCCESSFUL in 5s
[    1 ms] 32 actionable tasks: 5 executed, 27 up-to-date
[  326 ms] Running Gradle task 'assembleDebug'... (completed in 6,4s)
[   54 ms] calculateSha: LocalDirectory: 'C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk'/app.apk
[  686 ms] √  Built build\app\outputs\flutter-apk\app-debug.apk.
[    6 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   17 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.myapp" (Raw: "com.example.myapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)="myapp" (Raw: "myapp")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=21)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.myapp.MainActivity" (Raw: "com.example.myapp.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=35)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
                     "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=39)
                     E: action (line=40)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=42)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=49)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
[    2 ms] Stopping app 'app.apk' on SM G930F.
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell am
force-stop com.example.myapp
[  141 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell pm
list packages com.example.myapp
[ 1037 ms] package:com.example.myapp
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell cat
/data/local/tmp/sky.com.example.myapp.sha1
[   66 ms] 1fe392426daf61a36352ae046d7930b42e1f9a5b
[    2 ms] Latest build already installed.
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell -x
logcat -v time -t 1
[  166 ms] --------- beginning of main
                    09-06 15:32:00.550 E/adbd    (26260): service_to_fd: shell:logcat -v time -t 1
[    6 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a 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.myapp/com.example.myapp.MainActivity
[  250 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.myapp/.MainActivity (has
extras) }
[    1 ms] Waiting for observatory port to be available...
[  629 ms] Observatory URL on device: http://127.0.0.1:58616/netm1PSO9jA=/
[    7 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a forward
tcp:0 tcp:58616
[   51 ms] 1908
[    1 ms] Forwarded host port 1908 to device port 58616 for Observatory
[    4 ms] Caching compiled dill
[   25 ms] Connecting to service protocol: http://127.0.0.1:1908/netm1PSO9jA=/
[  529 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:1908/netm1PSO9jA=/.
[  305 ms] DDS is listening at http://127.0.0.1:1911/t5OmcI95l2U=/.
[   97 ms] Successfully connected to service protocol: http://127.0.0.1:1908/netm1PSO9jA=/
[   94 ms] DevFS: Creating new filesystem on the device (null)
[   79 ms] DevFS: Created new filesystem on the device
(file:///data/user/0/com.example.myapp/code_cache/myappCKKVMW/myapp/)
[    8 ms] Updating assets
[  105 ms] Syncing files to device SM G930F...
[    2 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[    2 ms] <- recompile package:myapp/main.dart 5c52dc18-0df9-4601-a93a-f9fd3346f3ef
[        ] <- 5c52dc18-0df9-4601-a93a-f9fd3346f3ef
[    1 ms] I/zygote64(25211): Do partial code cache collection, code=27KB, data=28KB
[    1 ms] I/zygote64(25211): After code cache collection, code=27KB, data=28KB
[        ] I/zygote64(25211): Increasing code cache capacity to 128KB
[        ] I/zygote64(25211): Compiler allocated 8MB to compile void android.view.ViewRootImpl.performTraversals()
[  129 ms] Updating files.
[    1 ms] DevFS: Sync finished
[    1 ms] Syncing files to device SM G930F... (completed in 142ms)
[    1 ms] Synced 0.0MB.
[    2 ms] <- accept
[    5 ms] Connected to _flutterView/0x7f9e65a620.
[    2 ms] Flutter run key commands.
[    1 ms] r Hot reload.
[    1 ms] R Hot restart.
[    1 ms] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ]  Running with sound null safety
[    1 ms] An Observatory debugger and profiler on SM G930F is available at: http://127.0.0.1:1911/t5OmcI95l2U=/
[  131 ms] DevTools activation throttled until 2021-09-06 21:10:28.461805.
[  318 ms] I/zygote64(25211): Do partial code cache collection, code=59KB, data=57KB
[    1 ms] I/zygote64(25211): After code cache collection, code=59KB, data=57KB
[        ] I/zygote64(25211): Increasing code cache capacity to 256KB
[ 1528 ms] E/flutter (25211): [ERROR:flutter/fml/platform/android/jni_util.cc(182)] java.lang.SecurityException:
Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0; this requires
android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
[    4 ms] E/flutter (25211):   at android.os.Parcel.readException(Parcel.java:1967)
[    1 ms] E/flutter (25211):   at android.os.Parcel.readException(Parcel.java:1913)
[    1 ms] E/flutter (25211):   at
android.app.IActivityManager$Stub$Proxy.reportActivityFullyDrawn(IActivityManager.java:8587)
[    2 ms] E/flutter (25211):   at android.app.Activity.reportFullyDrawn(Activity.java:2015)
[    3 ms] E/flutter (25211):   at
io.flutter.embedding.android.FlutterActivity.onFlutterUiDisplayed(FlutterActivity.java:1061)
[    2 ms] E/flutter (25211):   at
io.flutter.embedding.android.FlutterActivityAndFragmentDelegate$1.onFlutterUiDisplayed(FlutterActivityAndFragmentDelegat
e.java:88)
[    2 ms] E/flutter (25211):   at io.flutter.embedding.android.FlutterView$2.onFlutterUiDisplayed(FlutterView.java:133)
[    2 ms] E/flutter (25211):   at io.flutter.embedding.engine.FlutterJNI.onFirstFrame(FlutterJNI.java:461)
[    4 ms] E/flutter (25211):   at android.os.MessageQueue.nativePollOnce(Native Method)
[    2 ms] E/flutter (25211):   at android.os.MessageQueue.next(MessageQueue.java:325)
[    2 ms] E/flutter (25211):   at android.os.Looper.loop(Looper.java:142)
[    1 ms] E/flutter (25211):   at android.app.ActivityThread.main(ActivityThread.java:6944)
[    4 ms] E/flutter (25211):   at java.lang.reflect.Method.invoke(Native Method)
[    1 ms] E/flutter (25211):   at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
[    1 ms] E/flutter (25211):   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
[    2 ms] E/flutter (25211):
[    4 ms] F/flutter (25211): [FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check
failed: fml::jni::CheckException(env).
[    2 ms] F/libc    (25211): Fatal signal 6 (SIGABRT), code -6 in tid 25211 (m.example.myapp)
[    6 ms] The Flutter DevTools debugger and profiler on SM G930F is available at:
           http://127.0.0.1:9107?uri=http://127.0.0.1:1911/t5OmcI95l2U=/
[   38 ms] *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
[    2 ms] Build fingerprint: 'samsung/heroltexx/herolte:8.0.0/R16NW/G930FXXS8ETCA:user/release-keys'
[    1 ms] Revision: '8'
[    1 ms] ABI: 'arm64'
[    1 ms] pid: 25211, tid: 25211, name: m.example.myapp  >>> com.example.myapp <<<
[    1 ms] signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
[    1 ms] Abort message: '[FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1201)] Check failed:
fml::jni::CheckException(env).
[    3 ms] '
[    1 ms]     x0   0000000000000000  x1   000000000000627b  x2   0000000000000006  x3   0000000000000008
[    1 ms]     x4   0000800000000000  x5   0000800000000000  x6   0000800000000000  x7   0000000000800000
[    1 ms]     x8   0000000000000083  x9   bac918b43fc58c49  x10  0000000000000000  x11  0000000000000001
[    1 ms]     x12  ffffffffffffffff  x13  0000000000000028  x14  ffffffffffffffff  x15  0000ce9fe224e7b6
[    1 ms]     x16  0000007fb20f42f8  x17  0000007fb2095408  x18  0000000012f03648  x19  000000000000627b
[    3 ms]     x20  000000000000627b  x21  0000007ff70d7848  x22  0000007f8ddef3b0  x23  0000007f8ddef398
[    1 ms]     x24  0000000000000038  x25  0000007ff70d7ab8  x26  0000000000000000  x27  0000000000000001
[    1 ms]     x28  0000000000000038  x29  0000007ff70d7820  x30  0000007fb2047bd4
[    1 ms]     sp   0000007ff70d77e0  pc   0000007fb2095410  pstate 0000000060000000
[    1 ms] backtrace:
[    1 ms]     #00 pc 000000000006b410  /system/lib64/libc.so (tgkill 8)
[    1 ms]     #01 pc 000000000001dbd0  /system/lib64/libc.so (abort 88)
[    2 ms]     #02 pc 000000000000205c  /data/app/com.example.myapp-T9dpPWpIYVQr5gjkNPicBg==/lib/arm64/libflutter.so
(offset 0x1453000)
[  961 ms] Service protocol connection closed.
[    3 ms] Lost connection to device.
[    5 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a forward
--list
[   28 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a
forward --list
[    1 ms] ad071603090fc3118a tcp:1908 tcp:58616
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a forward
--remove tcp:1908
[   24 ms] DevFS: Deleting filesystem on the device
(file:///data/user/0/com.example.myapp/code_cache/myappCKKVMW/myapp/)
[  257 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
[   13 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a forward
--list
[   52 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a
forward --list
[    4 ms] "flutter run" took 47 635ms.
[   90 ms] ensureAnalyticsSent: 86ms
[    4 ms] Running shutdown hooks
[    1 ms] Shutdown hooks complete
[    1 ms] exiting with code 0

--------------------on emulator---------------------

logs
 C:\Users\Maamoun\myapp>flutter run -v
[   72 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  483 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[    1 ms] 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[   48 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] 2.5.0-6.0.pre
[   10 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/dev
[        ] executing: [C:\flutter/] git ls-remote --get-url origin
[   35 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  113 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[   38 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] dev
[   78 ms] 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.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[   66 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[   49 ms] List of devices attached
           ad071603090fc3118a     device product:heroltexx model:SM_G930F device:herolte transport_id:2
           emulator-5554          device product:sdk_gphone_x86_arm model:AOSP_on_IA_Emulator device:generic_x86_arm
           transport_id:1
[    9 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s ad071603090fc3118a shell getprop
[   89 ms] C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell getprop
[   41 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    1 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[   79 ms] Multiple devices found:
[    4 ms] ro.hardware = samsungexynos8890
[    1 ms] ro.hardware = ranchu
[   24 ms] SM G930F (mobile)            • ad071603090fc3118a • android-arm64  • Android 8.0.0 (API 26)
[    2 ms] AOSP on IA Emulator (mobile) • emulator-5554      • android-x86    • Android 9 (API 28) (emulator)
[        ] Chrome (web)                 • chrome             • web-javascript • Google Chrome 92.0.4515.159
[        ] Edge (web)                   • edge               • web-javascript • Microsoft Edge 92.0.902.84
[    2 ms] [1]: SM G930F (ad071603090fc3118a)
[        ] [2]: AOSP on IA Emulator (emulator-5554)
[        ] [3]: Chrome (chrome)
[        ] [4]: Edge (edge)
[    2 ms] Please choose one (To quit, press "q/Q")
[    1 ms] :
[ 3382 ms] 2
[   16 ms] Skipping pub get: version match.
[  115 ms] Generating C:\Users\Maamoun\myapp\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[   66 ms] Using hardware rendering with device AOSP on IA Emulator. If you notice graphics artifacts, consider enabling
software
           rendering with "--enable-software-rendering".
[   28 ms] Initializing file store
[   12 ms] Skipping target: gen_localizations
[    7 ms] Skipping target: gen_dart_plugin_registrant
[    2 ms] Skipping target: _composite
[    2 ms] complete
[    6 ms] Launching lib\main.dart on AOSP on IA Emulator in debug mode...
[    6 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\Maamoun\AppData\Local\Temp\flutter_tools.5480c694\flutter_tool.1a0b0c7b\app.dill --packages
C:\Users\Maamoun\myapp\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy
[   11 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   13 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.myapp" (Raw: "com.example.myapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)="myapp" (Raw: "myapp")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=21)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.myapp.MainActivity" (Raw: "com.example.myapp.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=35)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
                     "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=39)
                     E: action (line=40)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=42)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=49)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
[    8 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell -x logcat
-v time -t 1
[   19 ms] <- compile package:myapp/main.dart
[   81 ms] --------- beginning of main
           09-06 14:36:49.084 I/GnssLocationProvider( 1929): WakeLock released by handleMessage(REPORT_SV_STATUS, 0,
           com.android.server.location.GnssLocationProvider$SvStatusInfo@58e3b21)
[   11 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe version
[   30 ms] Android Debug Bridge version 1.0.41
           Version 31.0.3-7562133
           Installed as C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe start-server
[   23 ms] Building APK
[   22 ms] Running Gradle task 'assembleDebug'...
[    6 ms] Using gradle from C:\Users\Maamoun\myapp\android\gradlew.bat.
[   16 ms] executing: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[  115 ms] Exit code 0 from: C:\Program Files\Android\Android Studio1\jre\bin\java -version
[    1 ms] openjdk version "11.0.10" 2021-01-19
           OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
           OpenJDK 64-Bit Server VM (build 11.0.10 0-b96-7249189, mixed mode)
[    2 ms] executing: [C:\Users\Maamoun\myapp\android/] C:\Users\Maamoun\myapp\android\gradlew.bat -Pverbose=true
-Ptarget-platform=android-x86 -Ptarget=C:\Users\Maamoun\myapp\lib\main.dart
-Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true
-Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ 3758 ms] > Task :app:compileFlutterBuildDebug
[    1 ms] [   85 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [  500 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [        ] executing: [C:\flutter/] git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [   46 ms] Exit code 0 from: git tag --points-at 225a43d941ddd1753765fec3682011e9ddffb11d
[        ] [        ] 2.5.0-6.0.pre
[        ] [    9 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] [   39 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[    1 ms] [        ] origin/dev
[        ] [        ] executing: [C:\flutter/] git ls-remote --get-url origin
[    1 ms] [   33 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [   60 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[        ] [   40 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] dev
[        ] [   57 ms] 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.
[    1 ms] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [    3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[    2 ms] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[    1 ms] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [  101 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] [    3 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.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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.
[    1 ms] [        ] 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.
[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] [   36 ms] Initializing file store
[        ] [   14 ms] Done initializing file store
[        ] [   40 ms] Skipping target: gen_localizations
[        ] [   11 ms] Skipping target: gen_dart_plugin_registrant
[  348 ms] [  557 ms] Skipping target: kernel_snapshot
[  301 ms] [  302 ms] Skipping target: debug_android_application
[    3 ms] [        ] Persisting file store
[    1 ms] [    8 ms] Done persisting file store
[    1 ms] [    4 ms] build succeeded.
[    9 ms] [   14 ms] "flutter assemble" took 1 116ms.
[  282 ms] [  307 ms] ensureAnalyticsSent: 303ms
[    1 ms] [    1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [    5 ms] exiting with code 0
[  103 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[    3 ms] > Task :app:preBuild UP-TO-DATE
[    1 ms] > Task :app:preDebugBuild UP-TO-DATE
[    2 ms] > Task :app:compileDebugAidl NO-SOURCE
[    2 ms] > Task :app:compileDebugRenderscript NO-SOURCE
[    1 ms] > Task :app:generateDebugBuildConfig UP-TO-DATE
[    1 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[    1 ms] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[   79 ms] > Task :app:compileDebugShaders NO-SOURCE
[    1 ms] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[  304 ms] > Task :app:copyFlutterAssetsDebug
[    8 ms] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[    5 ms] > Task :app:mergeDebugResources UP-TO-DATE
[    4 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[    1 ms] > Task :app:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :app:processDebugMainManifest UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugManifestForPackage UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[  187 ms] > Task :app:compileDebugKotlin
[   32 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[    5 ms] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[   11 ms] > Task :app:compileDebugSources UP-TO-DATE
[    7 ms] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[    2 ms] > Task :app:compressDebugAssets UP-TO-DATE
[    1 ms] > Task :app:processDebugJavaRes NO-SOURCE
[  323 ms] > Task :app:checkDebugDuplicateClasses
[  197 ms] > Task :app:mergeDebugJavaResource
[  358 ms] > Task :app:dexBuilderDebug
[    7 ms] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies
[   32 ms] > Task :app:mergeExtDexDebug UP-TO-DATE
[    1 ms] > Task :app:mergeDexDebug UP-TO-DATE
[    1 ms] > Task :app:validateSigningDebug UP-TO-DATE
[  245 ms] > Task :app:mergeDebugNativeLibs
[   16 ms] > Task :app:stripDebugDebugSymbols
[  934 ms] > Task :app:packageDebug
[  181 ms] > Task :app:assembleDebug
[    1 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[    1 ms] Use '--warning-mode all' to show the individual deprecation warnings.
[    1 ms] See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
[        ] BUILD SUCCESSFUL in 7s
[        ] 32 actionable tasks: 13 executed, 19 up-to-date
[  391 ms] Running Gradle task 'assembleDebug'... (completed in 8,4s)
[   42 ms] calculateSha: LocalDirectory: 'C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk'/app.apk
[  484 ms] √  Built build\app\outputs\flutter-apk\app-debug.apk.
[    5 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[   17 ms] Exit code 0 from: C:\Users\Maamoun\AppData\Local\Android\sdk\build-tools\30.0.3\aapt dump xmltree
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[    1 ms] 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)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.myapp" (Raw: "com.example.myapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=16)
                 A: android:label(0x01010001)="myapp" (Raw: "myapp")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=21)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.myapp.MainActivity" (Raw: "com.example.myapp.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=35)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
                     "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=39)
                     E: action (line=40)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=42)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=49)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
[    2 ms] Stopping app 'app.apk' on AOSP on IA Emulator.
[    1 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell am
force-stop com.example.myapp
[   55 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell pm list
packages com.example.myapp
[   43 ms] Installing APK.
[    2 ms] Installing build\app\outputs\flutter-apk\app.apk...
[        ] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 install -t -r
C:\Users\Maamoun\myapp\build\app\outputs\flutter-apk\app.apk
[ 1319 ms] Performing Streamed Install
                    Success
[    2 ms] Installing build\app\outputs\flutter-apk\app.apk... (completed in 1 320ms)
[    2 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell echo -n
eb00f2f09bcb2220a502f447399149bcccebc2bb > /data/local/tmp/sky.com.example.myapp.sha1
[   63 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell -x logcat
-v time -t 1
[  157 ms] --------- beginning of main
                    09-06 14:36:59.782 D/CarrierConfigLoader( 2181): mHandler: 9 phoneId: 0
[    6 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -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.myapp/com.example.myapp.MainActivity
[  186 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.myapp/.MainActivity (has
extras) }
[    1 ms] Waiting for observatory port to be available...
[ 1800 ms] Observatory URL on device: http://127.0.0.1:44230/8xV3ImmoMtQ=/
[    3 ms] executing: C:\Users\Maamoun\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 forward tcp:0
tcp:44230
[   32 ms] 6246
[    1 ms] Forwarded host port 6246 to device port 44230 for Observatory
[    5 ms] Caching compiled dill
[   41 ms] Connecting to service protocol: http://127.0.0.1:6246/8xV3ImmoMtQ=/
[  367 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:6246/8xV3ImmoMtQ=/.
[  119 ms] DDS is listening at http://127.0.0.1:6249/cMS62kB-Uf4=/.
[   63 ms] Successfully connected to service protocol: http://127.0.0.1:6246/8xV3ImmoMtQ=/
[   46 ms] DevFS: Creating new filesystem on the device (null)
[   34 ms] DevFS: Created new filesystem on the device
(file:///data/user/0/com.example.myapp/code_cache/myappJGLSQD/myapp/)
[    5 ms] Updating assets
[   88 ms] Syncing files to device AOSP on IA Emulator...
[    2 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[    3 ms] <- recompile package:myapp/main.dart 999907fa-70fc-4558-a93e-3afae55c5f28
[        ] <- 999907fa-70fc-4558-a93e-3afae55c5f28
[  122 ms] Updating files.
[    1 ms] DevFS: Sync finished
[    1 ms] Syncing files to device AOSP on IA Emulator... (completed in 131ms)
[    1 ms] Synced 0.0MB.
[    1 ms] <- accept
[    5 ms] Connected to _flutterView/0xe04a1c10.
[    2 ms] Flutter run key commands.
[    1 ms] r Hot reload.
[        ] R Hot restart.
[        ] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[    1 ms] c Clear the screen
[    1 ms] q Quit (terminate the application on the device).
[        ]  Running with sound null safety
[    1 ms] An Observatory debugger and profiler on AOSP on IA Emulator is available at:
http://127.0.0.1:6249/cMS62kB-Uf4=/
[  279 ms] DevTools activation throttled until 2021-09-06 21:10:28.461805.
[  543 ms] The Flutter DevTools debugger and profiler on AOSP on IA Emulator is available at:
                    http://127.0.0.1:9108?uri=http://127.0.0.1:6249/cMS62kB-Uf4=/
[  166 ms] D/EGL_emulation( 5870): eglMakeCurrent: 0xdec8e800: ver 2 0 (tinfo 0xcda9f350)

@ande4485
Copy link

ande4485 commented Sep 6, 2021

Same problem for me!
@Klazyo thank you for the workaround.

@Klazyo
Copy link
Author

Klazyo commented Sep 6, 2021

@ande4485 You are welcome
i am happy that it helped you at least little it was such luck to get that workaround for now .

@TahaTesser
Copy link
Member

Hi @Klazyo
Based on your second logs from #89529 (comment), the app runs fine.

Do you see the app screen on your device?

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 7, 2021
@Klazyo
Copy link
Author

Klazyo commented Sep 7, 2021

Hi @TahaTesser
in the second logs i have two logs one for Device and the second for emulator i updated the message

in the device i get the white screen then the name of the app crashed with the X to close .

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 7, 2021
@TahaTesser
Copy link
Member

This is a known issue, so far reproducing on Samsung devices, your device is samsung

[ 1528 ms] E/flutter (25211): [ERROR:flutter/fml/platform/android/jni_util.cc(182)] java.lang.SecurityException:
Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0; this requires
android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
[    4 ms] E/flutter (25211):   at android.os.Parcel.readException(Parcel.java:1967)
[    1 ms] E/flutter (25211):   at android.os.Parcel.readException(Parcel.java:1913)
[    1 ms] E/flutter (25211):   at
android.app.IActivityManager$Stub$Proxy.reportActivityFullyDrawn(IActivityManager.java:8587)
[    2 ms] E/flutter (25211):   at android.app.Activity.reportFullyDrawn(Activity.java:2015)
[    3 ms] E/flutter (25211):   at
io.flutter.embedding.android.FlutterActivity.onFlutterUiDisplayed(FlutterActivity.java:1061)
[    2 ms] E/flutter (25211):   at
io.flutter.embedding.android.FlutterActivityAndFragmentDelegate$1.onFlutterUiDisplayed(FlutterActivityAndFragmentDelegat
e.java:88)
[    2 ms] E/flutter (25211):   at io.flutter.embedding.android.FlutterView$2.onFlutterUiDisplayed(FlutterView.java:133)
[    2 ms] E/flutter (25211):   at io.flutter.embedding.engine.FlutterJNI.onFirstFrame(FlutterJNI.java:461)
[    4 ms] E/flutter (25211):   at android.os.MessageQueue.nativePollOnce(Native Method)
[    2 ms] E/flutter (25211):   at android.os.MessageQueue.next(MessageQueue.java:325)
[    2 ms] E/flutter (25211):   at android.os.Looper.loop(Looper.java:142)
[    1 ms] E/flutter (25211):   at android.app.ActivityThread.main(ActivityThread.java:6944)
[    4 ms] E/flutter (25211):   at java.lang.reflect.Method.invoke(Native Method)
[    1 ms] E/flutter (25211):   at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
[    1 ms] E/flutter (25211):   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
[    2 ms] E/flutter (25211):

Duplicate of #88767

@TahaTesser TahaTesser added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels Sep 7, 2021
@Klazyo
Copy link
Author

Klazyo commented Sep 7, 2021

@TahaTesser Yes i have a galaxy s7
i will post in the open one

@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 Sep 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

3 participants