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

Adding image_picker dependency gives compilation error in Android #23070

Closed
raveesh-me opened this issue Oct 14, 2018 · 13 comments
Closed

Adding image_picker dependency gives compilation error in Android #23070

raveesh-me opened this issue Oct 14, 2018 · 13 comments
Labels
a: quality A truly polished experience c: crash Stack traces logged to the console p: image_picker The Image Picker plugin. p: tooling Affects the flutter_plugin_tools package P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. t: gradle "flutter build" and "flutter run" on Android

Comments

@raveesh-me
Copy link

Steps to Reproduce

  1. Add the image_picker plugin v0.4.20
  2. Compile

Logs

flutter run --verbose
[  +41 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +47 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/beta
[        ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git rev-parse --abbrev-ref HEAD
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] beta
[   +1 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git ls-remote --get-url origin
[  +13 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[        ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%H
[  +18 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] f37c235c32fc15babe6dc7b7bc2ee4387e5ecf92
[        ] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git log -n 1 --pretty=format:%ar
[  +16 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] 3 weeks ago
[   +1 ms] executing: [/Users/raveesh/MyCode/SDKs/Flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +54 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v0.9.4-0-gf37c235c3
[ +317 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb devices -l
[   +9 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
           192.168.1.2:5555       device product:potter_n model:Moto_G__5__Plus device:potter_n transport_id:14
[  +11 ms] executing: idevice_id -h
[  +51 ms] /usr/bin/xcrun simctl list --json devices
[ +379 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[  +10 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[   +3 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[   +2 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/
[  +17 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[   +7 ms] Found plugin image_picker at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[  +18 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/
[   +9 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[  +22 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/
[  +43 ms] Found plugin cloud_firestore at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[   +9 ms] Found plugin firebase_auth at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[   +3 ms] Found plugin firebase_core at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[   +3 ms] Found plugin firebase_storage at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/firebase_storage-1.0.4/
[  +15 ms] Found plugin google_sign_in at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[   +8 ms] Found plugin image_picker at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/
[  +18 ms] Found plugin path_provider at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/
[   +6 ms] Found plugin shared_preferences at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[   +9 ms] Found plugin url_launcher at /Users/raveesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.1/
[  +63 ms] /Users/raveesh/Library/Android/sdk/platform-tools/adb -s 192.168.1.2:5555 shell getprop
[ +319 ms] ro.hardware = qcom
[ +994 ms] Launching lib/main.dart on Moto G 5 Plus in debug mode...
[  +36 ms] Initializing gradle...
[   +9 ms] Using gradle from /Users/raveesh/Desktop/DevFestKolkata/android/gradlew.
[ +209 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[  +97 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[        ] 3.2
[ +155 ms] executing: /Users/raveesh/Desktop/DevFestKolkata/android/gradlew -v
[+1606 ms] 
                   ------------------------------------------------------------
                   Gradle 4.4
                   ------------------------------------------------------------
                   
                   Build time:   2017-12-06 09:05:06 UTC
                   Revision:     cf7821a6f79f8e2a598df21780e3ff7ce8db2b82
                   
                   Groovy:       2.4.12
                   Ant:          Apache Ant(TM) version 1.9.9 compiled on February 2 2017
                   JVM:          1.8.0_152-release (JetBrains s.r.o 25.152-b06)
                   OS:           Mac OS X 10.14 x86_64
[   +1 ms] Initializing gradle... (completed)
[        ] Resolving dependencies...
[        ] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew app:properties
[+1927 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
                   registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                   Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile]
                   registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                   Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
                   registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                   Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile]
                   registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                   Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease]
                   registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                   
                   ------------------------------------------------------------
                   Project :app
                   ------------------------------------------------------------
                   
                   allprojects: [project ':app']
                   android: com.android.build.gradle.AppExtension_Decorated@323463c
                   androidDependencies: task ':app:androidDependencies'
                   ant: org.gradle.api.internal.project.DefaultAntBuilder@29411a91
                   antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@7b9b64ea
                   archivesBaseName: app
                   artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@783c99b9
                   asDynamicObject: DynamicObject for project ':app'
                   assemble: task ':app:assemble'
                   assembleAndroidTest: task ':app:assembleAndroidTest'
                   assembleDebug: task ':app:assembleDebug'
                   assembleDebugAndroidTest: task ':app:assembleDebugAndroidTest'
                   assembleDebugUnitTest: task ':app:assembleDebugUnitTest'
                   assembleDynamicProfile: task ':app:assembleDynamicProfile'
                   assembleDynamicProfileUnitTest: task ':app:assembleDynamicProfileUnitTest'
                   assembleDynamicRelease: task ':app:assembleDynamicRelease'
                   assembleDynamicReleaseUnitTest: task ':app:assembleDynamicReleaseUnitTest'
                   assembleProfile: task ':app:assembleProfile'
                   assembleProfileUnitTest: task ':app:assembleProfileUnitTest'
                   assembleRelease: task ':app:assembleRelease'
                   assembleReleaseUnitTest: task ':app:assembleReleaseUnitTest'
                   baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@61b73224
                   buildDependents: task ':app:buildDependents'
                   buildDir: /Users/raveesh/Desktop/DevFestKolkata/build/app
                   buildFile: /Users/raveesh/Desktop/DevFestKolkata/android/app/build.gradle
                   buildNeeded: task ':app:buildNeeded'
                   buildOutputs: BaseVariantOutput container
                   buildPath: :
                   buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@40833911
                   buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@609fa9df
                   bundleAppClassesDebug: task ':app:bundleAppClassesDebug'
                   bundleAppClassesDebugAndroidTest: task ':app:bundleAppClassesDebugAndroidTest'
                   bundleAppClassesDebugUnitTest: task ':app:bundleAppClassesDebugUnitTest'
                   bundleAppClassesDynamicProfile: task ':app:bundleAppClassesDynamicProfile'
                   bundleAppClassesDynamicProfileUnitTest: task ':app:bundleAppClassesDynamicProfileUnitTest'
                   bundleAppClassesDynamicRelease: task ':app:bundleAppClassesDynamicRelease'
                   bundleAppClassesDynamicReleaseUnitTest: task ':app:bundleAppClassesDynamicReleaseUnitTest'
                   bundleAppClassesProfile: task ':app:bundleAppClassesProfile'
                   bundleAppClassesProfileUnitTest: task ':app:bundleAppClassesProfileUnitTest'
                   bundleAppClassesRelease: task ':app:bundleAppClassesRelease'
                   bundleAppClassesReleaseUnitTest: task ':app:bundleAppClassesReleaseUnitTest'
                   bundleDebugAndroidTestResources: task ':app:bundleDebugAndroidTestResources'
                   bundleDebugResources: task ':app:bundleDebugResources'
                   bundleDynamicProfileResources: task ':app:bundleDynamicProfileResources'
                   bundleDynamicReleaseResources: task ':app:bundleDynamicReleaseResources'
                   bundleProfileResources: task ':app:bundleProfileResources'
                   bundleReleaseResources: task ':app:bundleReleaseResources'
                   check: task ':app:check'
                   checkDebugManifest: task ':app:checkDebugManifest'
                   checkDynamicProfileManifest: task ':app:checkDynamicProfileManifest'
                   checkDynamicReleaseManifest: task ':app:checkDynamicReleaseManifest'
                   checkProfileManifest: task ':app:checkProfileManifest'
                   checkReleaseManifest: task ':app:checkReleaseManifest'
                   childProjects: {}
                   class: class org.gradle.api.internal.project.DefaultProject_Decorated
                   classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@7c720524
                   cleanBuildCache: task ':app:cleanBuildCache'
                   compileDebugAidl: task ':app:compileDebugAidl'
                   compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
                   compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
                   compileDebugAndroidTestKotlin: task ':app:compileDebugAndroidTestKotlin'
                   compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
                   compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
                   compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
                   compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
                   compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
                   compileDebugKotlin: task ':app:compileDebugKotlin'
                   compileDebugNdk: task ':app:compileDebugNdk'
                   compileDebugRenderscript: task ':app:compileDebugRenderscript'
                   compileDebugShaders: task ':app:compileDebugShaders'
                   compileDebugSources: task ':app:compileDebugSources'
                   compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
                   compileDebugUnitTestKotlin: task ':app:compileDebugUnitTestKotlin'
                   compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
                   compileDynamicProfileAidl: task ':app:compileDynamicProfileAidl'
                   compileDynamicProfileJavaWithJavac: task ':app:compileDynamicProfileJavaWithJavac'
                   compileDynamicProfileKotlin: task ':app:compileDynamicProfileKotlin'
                   compileDynamicProfileNdk: task ':app:compileDynamicProfileNdk'
                   compileDynamicProfileRenderscript: task ':app:compileDynamicProfileRenderscript'
                   compileDynamicProfileShaders: task ':app:compileDynamicProfileShaders'
                   compileDynamicProfileSources: task ':app:compileDynamicProfileSources'
                   compileDynamicProfileUnitTestJavaWithJavac: task ':app:compileDynamicProfileUnitTestJavaWithJavac'
                   compileDynamicProfileUnitTestKotlin: task ':app:compileDynamicProfileUnitTestKotlin'
                   compileDynamicProfileUnitTestSources: task ':app:compileDynamicProfileUnitTestSources'
                   compileDynamicReleaseAidl: task ':app:compileDynamicReleaseAidl'
                   compileDynamicReleaseJavaWithJavac: task ':app:compileDynamicReleaseJavaWithJavac'
                   compileDynamicReleaseKotlin: task ':app:compileDynamicReleaseKotlin'
                   compileDynamicReleaseNdk: task ':app:compileDynamicReleaseNdk'
                   compileDynamicReleaseRenderscript: task ':app:compileDynamicReleaseRenderscript'
                   compileDynamicReleaseShaders: task ':app:compileDynamicReleaseShaders'
                   compileDynamicReleaseSources: task ':app:compileDynamicReleaseSources'
                   compileDynamicReleaseUnitTestJavaWithJavac: task ':app:compileDynamicReleaseUnitTestJavaWithJavac'
                   compileDynamicReleaseUnitTestKotlin: task ':app:compileDynamicReleaseUnitTestKotlin'
                   compileDynamicReleaseUnitTestSources: task ':app:compileDynamicReleaseUnitTestSources'
                   compileLint: task ':app:compileLint'
                   compileProfileAidl: task ':app:compileProfileAidl'
                   compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
                   compileProfileKotlin: task ':app:compileProfileKotlin'
                   compileProfileNdk: task ':app:compileProfileNdk'
                   compileProfileRenderscript: task ':app:compileProfileRenderscript'
                   compileProfileShaders: task ':app:compileProfileShaders'
                   compileProfileSources: task ':app:compileProfileSources'
                   compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
                   compileProfileUnitTestKotlin: task ':app:compileProfileUnitTestKotlin'
                   compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
                   compileReleaseAidl: task ':app:compileReleaseAidl'
                   compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
                   compileReleaseKotlin: task ':app:compileReleaseKotlin'
                   compileReleaseNdk: task ':app:compileReleaseNdk'
                   compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
                   compileReleaseShaders: task ':app:compileReleaseShaders'
                   compileReleaseSources: task ':app:compileReleaseSources'
                   compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
                   compileReleaseUnitTestKotlin: task ':app:compileReleaseUnitTestKotlin'
                   compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
                   components: SoftwareComponentInternal set
                   configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@248c3e9c
                   configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@7d1ed0ad
                   configurations: configuration container
                   connectedAndroidTest: task ':app:connectedAndroidTest'
                   connectedCheck: task ':app:connectedCheck'
                   connectedDebugAndroidTest: task ':app:connectedDebugAndroidTest'
                   consumeConfigAttr: task ':app:consumeConfigAttr'
                   convention: org.gradle.api.internal.plugins.DefaultConvention@60525f80
                   copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
                   copyFlutterAssetsDynamicProfile: task ':app:copyFlutterAssetsDynamicProfile'
                   copyFlutterAssetsDynamicRelease: task ':app:copyFlutterAssetsDynamicRelease'
                   copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
                   copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
                   createDebugCompatibleScreenManifests: task ':app:createDebugCompatibleScreenManifests'
                   createDynamicProfileCompatibleScreenManifests: task ':app:createDynamicProfileCompatibleScreenManifests'
                   createDynamicReleaseCompatibleScreenManifests: task ':app:createDynamicReleaseCompatibleScreenManifests'
                   createProfileCompatibleScreenManifests: task ':app:createProfileCompatibleScreenManifests'
                   createReleaseCompatibleScreenManifests: task ':app:createReleaseCompatibleScreenManifests'
                   defaultArtifacts: org.gradle.api.internal.plugins.DefaultArtifactPublicationSet_Decorated@ce53d8b
                   defaultTasks: []
                   deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@49589a55
                   dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@4248a06b
                   depth: 1
                   description: null
                   deviceAndroidTest: task ':app:deviceAndroidTest'
                   deviceCheck: task ':app:deviceCheck'
                   displayName: project ':app'
                   distsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/distributions
                   distsDirName: distributions
                   docsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/docs
                   docsDirName: docs
                   ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@309459fd
                   extensions: org.gradle.api.internal.plugins.DefaultConvention@60525f80
                   extractProguardFiles: task ':app:extractProguardFiles'
                   fileOperations: org.gradle.api.internal.file.DefaultFileOperations@15b83301
                   fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@183f89d1
                   flutter: FlutterExtension_Decorated@1f733945
                   flutterBuildDebug: task ':app:flutterBuildDebug'
                   flutterBuildDynamicProfile: task ':app:flutterBuildDynamicProfile'
                   flutterBuildDynamicRelease: task ':app:flutterBuildDynamicRelease'
                   flutterBuildProfile: task ':app:flutterBuildProfile'
                   flutterBuildRelease: task ':app:flutterBuildRelease'
                   flutterBuildX86Jar: task ':app:flutterBuildX86Jar'
                   generateDebugAndroidTestAssets: task ':app:generateDebugAndroidTestAssets'
                   generateDebugAndroidTestBuildConfig: task ':app:generateDebugAndroidTestBuildConfig'
                   generateDebugAndroidTestResValues: task ':app:generateDebugAndroidTestResValues'
                   generateDebugAndroidTestResources: task ':app:generateDebugAndroidTestResources'
                   generateDebugAndroidTestSources: task ':app:generateDebugAndroidTestSources'
                   generateDebugAssets: task ':app:generateDebugAssets'
                   generateDebugBuildConfig: task ':app:generateDebugBuildConfig'
                   generateDebugResValues: task ':app:generateDebugResValues'
                   generateDebugResources: task ':app:generateDebugResources'
                   generateDebugSources: task ':app:generateDebugSources'
                   generateDynamicProfileAssets: task ':app:generateDynamicProfileAssets'
                   generateDynamicProfileBuildConfig: task ':app:generateDynamicProfileBuildConfig'
                   generateDynamicProfileResValues: task ':app:generateDynamicProfileResValues'
                   generateDynamicProfileResources: task ':app:generateDynamicProfileResources'
                   generateDynamicProfileSources: task ':app:generateDynamicProfileSources'
                   generateDynamicReleaseAssets: task ':app:generateDynamicReleaseAssets'
                   generateDynamicReleaseBuildConfig: task ':app:generateDynamicReleaseBuildConfig'
                   generateDynamicReleaseResValues: task ':app:generateDynamicReleaseResValues'
                   generateDynamicReleaseResources: task ':app:generateDynamicReleaseResources'
                   generateDynamicReleaseSources: task ':app:generateDynamicReleaseSources'
                   generateProfileAssets: task ':app:generateProfileAssets'
                   generateProfileBuildConfig: task ':app:generateProfileBuildConfig'
                   generateProfileResValues: task ':app:generateProfileResValues'
                   generateProfileResources: task ':app:generateProfileResources'
                   generateProfileSources: task ':app:generateProfileSources'
                   generateReleaseAssets: task ':app:generateReleaseAssets'
                   generateReleaseBuildConfig: task ':app:generateReleaseBuildConfig'
                   generateReleaseResValues: task ':app:generateReleaseResValues'
                   generateReleaseResources: task ':app:generateReleaseResources'
                   generateReleaseSources: task ':app:generateReleaseSources'
                   googleServices: com.google.gms.googleservices.GoogleServicesPlugin$GoogleServicesPluginConfig_Decorated@dbad0e7
                   gradle: build 'android'
                   group: android
                   identityPath: :app
                   inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@594eda6a
                   installDebug: task ':app:installDebug'
                   installDebugAndroidTest: task ':app:installDebugAndroidTest'
                   installDynamicProfile: task ':app:installDynamicProfile'
                   installDynamicRelease: task ':app:installDynamicRelease'
                   installProfile: task ':app:installProfile'
                   installRelease: task ':app:installRelease'
                   javaPreCompileDebug: task ':app:javaPreCompileDebug'
                   javaPreCompileDebugAndroidTest: task ':app:javaPreCompileDebugAndroidTest'
                   javaPreCompileDebugUnitTest: task ':app:javaPreCompileDebugUnitTest'
                   javaPreCompileDynamicProfile: task ':app:javaPreCompileDynamicProfile'
                   javaPreCompileDynamicProfileUnitTest: task ':app:javaPreCompileDynamicProfileUnitTest'
                   javaPreCompileDynamicRelease: task ':app:javaPreCompileDynamicRelease'
                   javaPreCompileDynamicReleaseUnitTest: task ':app:javaPreCompileDynamicReleaseUnitTest'
                   javaPreCompileProfile: task ':app:javaPreCompileProfile'
                   javaPreCompileProfileUnitTest: task ':app:javaPreCompileProfileUnitTest'
                   javaPreCompileRelease: task ':app:javaPreCompileRelease'
                   javaPreCompileReleaseUnitTest: task ':app:javaPreCompileReleaseUnitTest'
                   kapt: org.jetbrains.kotlin.gradle.plugin.KaptExtension_Decorated@3ddba193
                   kotlin: org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension_Decorated@3be41e7c
                   kotlin_version: 1.2.30
                   layout: org.gradle.api.internal.file.DefaultProjectLayout@6082cc0f
                   libsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/libs
                   libsDirName: libs
                   lint: task ':app:lint'
                   lintDebug: task ':app:lintDebug'
                   lintDynamicProfile: task ':app:lintDynamicProfile'
                   lintDynamicRelease: task ':app:lintDynamicRelease'
                   lintProfile: task ':app:lintProfile'
                   lintRelease: task ':app:lintRelease'
                   lintVitalRelease: task ':app:lintVitalRelease'
                   logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@7cc0192c
                   logging: org.gradle.internal.logging.services.DefaultLoggingManager@4f30d7ff
                   mainApkListPersistenceDebug: task ':app:mainApkListPersistenceDebug'
                   mainApkListPersistenceDebugAndroidTest: task ':app:mainApkListPersistenceDebugAndroidTest'
                   mainApkListPersistenceDynamicProfile: task ':app:mainApkListPersistenceDynamicProfile'
                   mainApkListPersistenceDynamicRelease: task ':app:mainApkListPersistenceDynamicRelease'
                   mainApkListPersistenceProfile: task ':app:mainApkListPersistenceProfile'
                   mainApkListPersistenceRelease: task ':app:mainApkListPersistenceRelease'
                   mergeDebugAndroidTestAssets: task ':app:mergeDebugAndroidTestAssets'
                   mergeDebugAndroidTestJniLibFolders: task ':app:mergeDebugAndroidTestJniLibFolders'
                   mergeDebugAndroidTestResources: task ':app:mergeDebugAndroidTestResources'
                   mergeDebugAndroidTestShaders: task ':app:mergeDebugAndroidTestShaders'
                   mergeDebugAssets: task ':app:mergeDebugAssets'
                   mergeDebugJniLibFolders: task ':app:mergeDebugJniLibFolders'
                   mergeDebugResources: task ':app:mergeDebugResources'
                   mergeDebugShaders: task ':app:mergeDebugShaders'
                   mergeDynamicProfileAssets: task ':app:mergeDynamicProfileAssets'
                   mergeDynamicProfileJniLibFolders: task ':app:mergeDynamicProfileJniLibFolders'
                   mergeDynamicProfileResources: task ':app:mergeDynamicProfileResources'
                   mergeDynamicProfileShaders: task ':app:mergeDynamicProfileShaders'
                   mergeDynamicReleaseAssets: task ':app:mergeDynamicReleaseAssets'
                   mergeDynamicReleaseJniLibFolders: task ':app:mergeDynamicReleaseJniLibFolders'
                   mergeDynamicReleaseResources: task ':app:mergeDynamicReleaseResources'
                   mergeDynamicReleaseShaders: task ':app:mergeDynamicReleaseShaders'
                   mergeProfileAssets: task ':app:mergeProfileAssets'
                   mergeProfileJniLibFolders: task ':app:mergeProfileJniLibFolders'
                   mergeProfileResources: task ':app:mergeProfileResources'
                   mergeProfileShaders: task ':app:mergeProfileShaders'
                   mergeReleaseAssets: task ':app:mergeReleaseAssets'
                   mergeReleaseJniLibFolders: task ':app:mergeReleaseJniLibFolders'
                   mergeReleaseResources: task ':app:mergeReleaseResources'
                   mergeReleaseShaders: task ':app:mergeReleaseShaders'
                   mockableAndroidJar: task ':app:mockableAndroidJar'
                   modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@2f8730b3
                   modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@6c2170e9
                   module: org.gradle.api.internal.artifacts.ProjectBackedModule@11cae672
                   name: app
                   normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@348bdcc1
                   objects: org.gradle.api.internal.model.DefaultObjectFactory@421f8ceb
                   org.gradle.jvmargs: -Xmx1536M
                   packageDebug: task ':app:packageDebug'
                   packageDebugAndroidTest: task ':app:packageDebugAndroidTest'
                   packageDynamicProfile: task ':app:packageDynamicProfile'
                   packageDynamicRelease: task ':app:packageDynamicRelease'
                   packageProfile: task ':app:packageProfile'
                   packageRelease: task ':app:packageRelease'
                   parent: root project 'android'
                   parentIdentifier: root project 'android'
                   path: :app
                   platformAttrExtractor: task ':app:platformAttrExtractor'
                   pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@b592478
                   plugins: [org.gradle.api.plugins.HelpTasksPlugin@1cbb1e11, com.android.build.gradle.api.AndroidBasePlugin@41fa5f05, org.gradle.language.base.plugins.LifecycleBasePlugin@13a2f96c, org.gradle.api.plugins.BasePlugin@2523a59b, org.gradle.api.plugins.ReportingBasePlugin@7ac8365c, org.gradle.platform.base.plugins.ComponentBasePlugin@7ff8594f, org.gradle.language.base.plugins.LanguageBasePlugin@44b9fa3a, org.gradle.platform.base.plugins.BinaryBasePlugin@1895c362, org.gradle.api.plugins.JavaBasePlugin@6bf5d2df, com.android.build.gradle.AppPlugin@4782b268, org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper@525e1735, FlutterPlugin@129e0264, com.google.gms.googleservices.GoogleServicesPlugin@4e1c2b03]
                   preBuild: task ':app:preBuild'
                   preDebugAndroidTestBuild: task ':app:preDebugAndroidTestBuild'
                   preDebugBuild: task ':app:preDebugBuild'
                   preDebugUnitTestBuild: task ':app:preDebugUnitTestBuild'
                   preDynamicProfileBuild: task ':app:preDynamicProfileBuild'
                   preDynamicProfileUnitTestBuild: task ':app:preDynamicProfileUnitTestBuild'
                   preDynamicReleaseBuild: task ':app:preDynamicReleaseBuild'
                   preDynamicReleaseUnitTestBuild: task ':app:preDynamicReleaseUnitTestBuild'
                   preProfileBuild: task ':app:preProfileBuild'
                   preProfileUnitTestBuild: task ':app:preProfileUnitTestBuild'
                   preReleaseBuild: task ':app:preReleaseBuild'
                   preReleaseUnitTestBuild: task ':app:preReleaseUnitTestBuild'
                   prepareLintJar: task ':app:prepareLintJar'
                   preparePUBLISHED_DEXDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_DEXDebugAndroidTestForPublishing'
                   preparePUBLISHED_DEXDebugForPublishing: task ':app:preparePUBLISHED_DEXDebugForPublishing'
                   preparePUBLISHED_DEXDynamicProfileForPublishing: task ':app:preparePUBLISHED_DEXDynamicProfileForPublishing'
                   preparePUBLISHED_DEXDynamicReleaseForPublishing: task ':app:preparePUBLISHED_DEXDynamicReleaseForPublishing'
                   preparePUBLISHED_DEXProfileForPublishing: task ':app:preparePUBLISHED_DEXProfileForPublishing'
                   preparePUBLISHED_DEXReleaseForPublishing: task ':app:preparePUBLISHED_DEXReleaseForPublishing'
                   preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing'
                   preparePUBLISHED_JAVA_RESDebugForPublishing: task ':app:preparePUBLISHED_JAVA_RESDebugForPublishing'
                   preparePUBLISHED_JAVA_RESDynamicProfileForPublishing: task ':app:preparePUBLISHED_JAVA_RESDynamicProfileForPublishing'
                   preparePUBLISHED_JAVA_RESDynamicReleaseForPublishing: task ':app:preparePUBLISHED_JAVA_RESDynamicReleaseForPublishing'
                   preparePUBLISHED_JAVA_RESProfileForPublishing: task ':app:preparePUBLISHED_JAVA_RESProfileForPublishing'
                   preparePUBLISHED_JAVA_RESReleaseForPublishing: task ':app:preparePUBLISHED_JAVA_RESReleaseForPublishing'
                   preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing'
                   preparePUBLISHED_NATIVE_LIBSDebugForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDebugForPublishing'
                   preparePUBLISHED_NATIVE_LIBSDynamicProfileForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDynamicProfileForPublishing'
                   preparePUBLISHED_NATIVE_LIBSDynamicReleaseForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSDynamicReleaseForPublishing'
                   preparePUBLISHED_NATIVE_LIBSProfileForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSProfileForPublishing'
                   preparePUBLISHED_NATIVE_LIBSReleaseForPublishing: task ':app:preparePUBLISHED_NATIVE_LIBSReleaseForPublishing'
                   processDebugAndroidTestJavaRes: task ':app:processDebugAndroidTestJavaRes'
                   processDebugAndroidTestManifest: task ':app:processDebugAndroidTestManifest'
                   processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources'
                   processDebugGoogleServices: task ':app:processDebugGoogleServices'
                   processDebugJavaRes: task ':app:processDebugJavaRes'
                   processDebugManifest: task ':app:processDebugManifest'
                   processDebugResources: task ':app:processDebugResources'
                   processDebugUnitTestJavaRes: task ':app:processDebugUnitTestJavaRes'
                   processDynamicProfileGoogleServices: task ':app:processDynamicProfileGoogleServices'
                   processDynamicProfileJavaRes: task ':app:processDynamicProfileJavaRes'
                   processDynamicProfileManifest: task ':app:processDynamicProfileManifest'
                   processDynamicProfileResources: task ':app:processDynamicProfileResources'
                   processDynamicProfileUnitTestJavaRes: task ':app:processDynamicProfileUnitTestJavaRes'
                   processDynamicReleaseGoogleServices: task ':app:processDynamicReleaseGoogleServices'
                   processDynamicReleaseJavaRes: task ':app:processDynamicReleaseJavaRes'
                   processDynamicReleaseManifest: task ':app:processDynamicReleaseManifest'
                   processDynamicReleaseResources: task ':app:processDynamicReleaseResources'
                   processDynamicReleaseUnitTestJavaRes: task ':app:processDynamicReleaseUnitTestJavaRes'
                   processOperations: org.gradle.api.internal.file.DefaultFileOperations@15b83301
                   processProfileGoogleServices: task ':app:processProfileGoogleServices'
                   processProfileJavaRes: task ':app:processProfileJavaRes'
                   processProfileManifest: task ':app:processProfileManifest'
                   processProfileResources: task ':app:processProfileResources'
                   processProfileUnitTestJavaRes: task ':app:processProfileUnitTestJavaRes'
                   processReleaseGoogleServices: task ':app:processReleaseGoogleServices'
                   processReleaseJavaRes: task ':app:processReleaseJavaRes'
                   processReleaseManifest: task ':app:processReleaseManifest'
                   processReleaseResources: task ':app:processReleaseResources'
                   processReleaseUnitTestJavaRes: task ':app:processReleaseUnitTestJavaRes'
                   project: project ':app'
                   projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@1d4d9f08
                   projectDir: /Users/raveesh/Desktop/DevFestKolkata/android/app
                   projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
                   projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@774a35b4
                   projectPath: :app
                   projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@498c8762
                   properties: {...}
                   providers: org.gradle.api.internal.provider.DefaultProviderFactory@679ea0c
                   reportBuildArtifactsDebug: task ':app:reportBuildArtifactsDebug'
                   reportBuildArtifactsDynamicProfile: task ':app:reportBuildArtifactsDynamicProfile'
                   reportBuildArtifactsDynamicRelease: task ':app:reportBuildArtifactsDynamicRelease'
                   reportBuildArtifactsProfile: task ':app:reportBuildArtifactsProfile'
                   reportBuildArtifactsRelease: task ':app:reportBuildArtifactsRelease'
                   reporting: org.gradle.api.reporting.ReportingExtension_Decorated@bb410cf
                   reportsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports
                   repositories: repository container
                   resolveConfigAttr: task ':app:resolveConfigAttr'
                   resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@7af07b6e
                   resources: org.gradle.api.internal.resources.DefaultResourceHandler@5cb11611
                   rootDir: /Users/raveesh/Desktop/DevFestKolkata/android
                   rootProject: root project 'android'
                   script: false
                   scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@712b3d72
                   scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@5ab269f0
                   serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@23e052c3
                   services: ProjectScopeServices
                   signingReport: task ':app:signingReport'
                   sourceCompatibility: 1.8
                   sourceSets: SourceSet container
                   splitsDiscoveryTaskDebug: task ':app:splitsDiscoveryTaskDebug'
                   splitsDiscoveryTaskDynamicProfile: task ':app:splitsDiscoveryTaskDynamicProfile'
                   splitsDiscoveryTaskDynamicRelease: task ':app:splitsDiscoveryTaskDynamicRelease'
                   splitsDiscoveryTaskProfile: task ':app:splitsDiscoveryTaskProfile'
                   splitsDiscoveryTaskRelease: task ':app:splitsDiscoveryTaskRelease'
                   standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@4f30d7ff
                   state: project state 'EXECUTED'
                   status: integration
                   subprojects: []
                   targetCompatibility: 1.8
                   tasks: task set
                   test: task ':app:test'
                   testDebugUnitTest: task ':app:testDebugUnitTest'
                   testDynamicProfileUnitTest: task ':app:testDynamicProfileUnitTest'
                   testDynamicReleaseUnitTest: task ':app:testDynamicReleaseUnitTest'
                   testProfileUnitTest: task ':app:testProfileUnitTest'
                   testReleaseUnitTest: task ':app:testReleaseUnitTest'
                   testReportDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/reports/tests
                   testReportDirName: tests
                   testResultsDir: /Users/raveesh/Desktop/DevFestKolkata/build/app/test-results
                   testResultsDirName: test-results
                   transformClassesWithDexBuilderForDebug: task ':app:transformClassesWithDexBuilderForDebug'
                   transformClassesWithDexBuilderForDebugAndroidTest: task ':app:transformClassesWithDexBuilderForDebugAndroidTest'
                   transformClassesWithDexBuilderForDynamicProfile: task ':app:transformClassesWithDexBuilderForDynamicProfile'
                   transformClassesWithDexBuilderForDynamicRelease: task ':app:transformClassesWithDexBuilderForDynamicRelease'
                   transformClassesWithDexBuilderForProfile: task ':app:transformClassesWithDexBuilderForProfile'
                   transformClassesWithDexBuilderForRelease: task ':app:transformClassesWithDexBuilderForRelease'
                   transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
                   transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
                   transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile'
                   transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease'
                   transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
                   transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease'
                   transformDexArchiveWithExternalLibsDexMergerForDebug: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'
                   transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithExternalLibsDexMergerForDebugAndroidTest'
                   transformDexArchiveWithExternalLibsDexMergerForDynamicProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicProfile'
                   transformDexArchiveWithExternalLibsDexMergerForDynamicRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForDynamicRelease'
                   transformDexArchiveWithExternalLibsDexMergerForProfile: task ':app:transformDexArchiveWithExternalLibsDexMergerForProfile'
                   transformDexArchiveWithExternalLibsDexMergerForRelease: task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease'
                   transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
                   transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
                   transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile'
                   transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease'
                   transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
                   transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
                   transformResourcesWithMergeJavaResForDebug: task ':app:transformResourcesWithMergeJavaResForDebug'
                   transformResourcesWithMergeJavaResForDebugAndroidTest: task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'
                   transformResourcesWithMergeJavaResForDebugUnitTest: task ':app:transformResourcesWithMergeJavaResForDebugUnitTest'
                   transformResourcesWithMergeJavaResForDynamicProfile: task ':app:transformResourcesWithMergeJavaResForDynamicProfile'
                   transformResourcesWithMergeJavaResForDynamicProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicProfileUnitTest'
                   transformResourcesWithMergeJavaResForDynamicRelease: task ':app:transformResourcesWithMergeJavaResForDynamicRelease'
                   transformResourcesWithMergeJavaResForDynamicReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForDynamicReleaseUnitTest'
                   transformResourcesWithMergeJavaResForProfile: task ':app:transformResourcesWithMergeJavaResForProfile'
                   transformResourcesWithMergeJavaResForProfileUnitTest: task ':app:transformResourcesWithMergeJavaResForProfileUnitTest'
                   transformResourcesWithMergeJavaResForRelease: task ':app:transformResourcesWithMergeJavaResForRelease'
                   transformResourcesWithMergeJavaResForReleaseUnitTest: task ':app:transformResourcesWithMergeJavaResForReleaseUnitTest'
                   uninstallAll: task ':app:uninstallAll'
                   uninstallDebug: task ':app:uninstallDebug'
                   uninstallDebugAndroidTest: task ':app:uninstallDebugAndroidTest'
                   uninstallDynamicProfile: task ':app:uninstallDynamicProfile'
                   uninstallDynamicRelease: task ':app:uninstallDynamicRelease'
                   uninstallProfile: task ':app:uninstallProfile'
                   uninstallRelease: task ':app:uninstallRelease'
                   validateSigningDebug: task ':app:validateSigningDebug'
                   validateSigningDebugAndroidTest: task ':app:validateSigningDebugAndroidTest'
                   validateSigningDynamicProfile: task ':app:validateSigningDynamicProfile'
                   validateSigningDynamicRelease: task ':app:validateSigningDynamicRelease'
                   validateSigningProfile: task ':app:validateSigningProfile'
                   validateSigningRelease: task ':app:validateSigningRelease'
                   version: unspecified
                   writeDebugApplicationId: task ':app:writeDebugApplicationId'
                   writeDynamicProfileApplicationId: task ':app:writeDynamicProfileApplicationId'
                   writeDynamicReleaseApplicationId: task ':app:writeDynamicReleaseApplicationId'
                   writeProfileApplicationId: task ':app:writeProfileApplicationId'
                   writeReleaseApplicationId: task ':app:writeReleaseApplicationId'
                   1 actionable task: 1 executed
[  +27 ms] Resolving dependencies... (completed)
[   +2 ms] executing: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/apk/app.apk AndroidManifest.xml
[  +30 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/build-tools/27.0.3/aapt dump xmltree /Users/raveesh/Desktop/DevFestKolkata/build/app/outputs/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: package="in.cookytech.devfest18kolkata" (Raw: "in.cookytech.devfest18kolkata")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1b
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=19)
                 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: uses-permission (line=20)
                 A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE")
               E: application (line=28)
                 A: android:label(0x01010001)="devfest_18_kolkata" (Raw: "devfest_18_kolkata")
                 A: android:icon(0x01010002)=@0x7f090000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 E: activity (line=33)
                   A: android:theme(0x01010000)=@0x7f0b0000
                   A: android:name(0x01010003)="in.cookytech.devfest18kolkata.MainActivity" (Raw: "in.cookytech.devfest18kolkata.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400035b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=47)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw: "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=51)
                     E: action (line=52)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=54)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: activity (line=57)
                   A: android:theme(0x01010000)=@0x1030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.UrlLauncherPlugin$WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=61)
                   A: android:theme(0x01010000)=@0x1030010
                   A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity")
                   A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x3
                 E: service (line=69)
                   A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: meta-data (line=72)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (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=75)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" (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=78)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=81)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw: "com.google.firebase.components:com.google.firebase.iid.Registrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                 E: activity (line=86)
                   A: android:theme(0x01010000)=@0x1030010
                   A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" (Raw: "com.google.android.gms.auth.api.signin.internal.SignInHubActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                 E: service (line=95)
                   A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.RevocationBoundService" (Raw: "com.google.android.gms.auth.api.signin.RevocationBoundService")
                   A: android:permission(0x01010006)="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" (Raw: "com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                 E: receiver (line=100)
                   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: receiver (line=105)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver")
                   A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=110)
                     E: action (line=111)
                       A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER")
                 E: service (line=115)
                   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=119)
                   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: receiver (line=125)
                   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=129)
                     E: action (line=130)
                       A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE")
                 E: service (line=137)
                   A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdService" (Raw: "com.google.firebase.iid.FirebaseInstanceIdService")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=140)
                     A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c
                     E: action (line=141)
                       A: android:name(0x01010003)="com.google.firebase.INSTANCE_ID_EVENT" (Raw: "com.google.firebase.INSTANCE_ID_EVENT")
                 E: activity (line=145)
                   A: android:theme(0x01010000)=@0x1030010
                   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: provider (line=150)
                   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)="in.cookytech.devfest18kolkata.firebaseinitprovider" (Raw: "in.cookytech.devfest18kolkata.firebaseinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: meta-data (line=156)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f070001
                 E: meta-data (line=159)
                   A: android:name(0x01010003)="android.support.VERSION" (Raw: "android.support.VERSION")
                   A: android:value(0x01010024)="26.1.0" (Raw: "26.1.0")
[  +17 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s 192.168.1.2:5555 shell -x logcat -v time -t 1
[ +182 ms] Exit code 0 from: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s 192.168.1.2:5555 shell -x logcat -v time -t 1
[        ] --------- beginning of system
           10-14 16:47:56.683 D/SFPerfTracer(  885):        layers: (3:16) (StatusBar#0 (0xabf62000): 1:461279) (com.android.systemui.ImageWallpaper#0 (0xabeda000): 0:11553) (animation background stackId=1#0 (0xabfd5000): 0:2254)* (Sprite#0 (0xabef9000): 0:851)* (DimLayerController/Stack=0#0 (0xabe3f000): 0:6962)* (Sprite#1 (0xabe49000): 0:264642)* (Sprite#2 (0xabe44000): 0:106791)* (Sprite#3 (0xabe4b000): 0:19766)* (Sprite#4 (0xabe55000): 0:116482)* (Sprite#5 (0xabe07000): 0:181370)* (Sprite#6 (0xac15f000): 0:109495)* (Sprite#7 (0xabe63000): 0:121)* (Sprite#8 (0xabe6d000): 0:42)* (Sprite#9 (0xabe32000): 0:113760)* (Sprite#9 (0xab97e000): 0:278721)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xabed6000): 0:243)
[   +6 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb -s 192.168.1.2:5555 shell -x logcat -v time
[ +845 ms] DependencyChecker: /Users/raveesh/Desktop/DevFestKolkata/.packages is newer than 2018-10-14 16:14:17.231
[   +3 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb version
[  +17 ms] Android Debug Bridge version 1.0.40
           Version 4986621
           Installed as /Users/raveesh/Library/Android/sdk/platform-tools/adb
[   +4 ms] executing: /Users/raveesh/Library/Android/sdk/platform-tools/adb start-server
[  +10 ms] Building APK
[  +18 ms] Gradle task 'assembleDebug'...
[   +2 ms] executing: [/Users/raveesh/Desktop/DevFestKolkata/android/] /Users/raveesh/Desktop/DevFestKolkata/android/gradlew -Pverbose=true -Ptarget=/Users/raveesh/Desktop/DevFestKolkata/lib/main.dart -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+1440 ms] Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
[   +5 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[   +1 ms] Could not find google-services.json while looking in [src/nullnull/dynamicProfile, src/dynamicProfile/nullnull, src/nullnull, src/dynamicProfile, src/nullnullDynamicProfile]
[   +6 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[   +8 ms] Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
[   +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[   +5 ms] Could not find google-services.json while looking in [src/nullnull/profile, src/profile/nullnull, src/nullnull, src/profile, src/nullnullProfile]
[   +1 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[   +8 ms] Could not find google-services.json while looking in [src/nullnull/dynamicRelease, src/dynamicRelease/nullnull, src/nullnull, src/dynamicRelease, src/nullnullDynamicRelease]
[   +3 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[ +919 ms] 20 actionable tasks: 1 executed, 19 up-to-date
[  +22 ms] FAILURE: Build failed with an exception.
[   +4 ms] * What went wrong:
[        ] Execution failed for task ':app:preDebugBuild'.
[        ] > Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution
[        ] * 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 2s
[ +406 ms] Gradle task 'assembleDebug'... (completed)
[  +21 ms] "flutter run" took 10,355ms.
Gradle task assembleDebug failed with exit code 1

#0      throwToolExit (package:flutter_tools/src/base/common.dart:26:3)
#1      _buildGradleProjectV2 (package:flutter_tools/src/android/gradle.dart:393:5)
<asynchronous suspension>
#2      buildGradleProject (package:flutter_tools/src/android/gradle.dart:296:14)
<asynchronous suspension>
#3      buildApk (package:flutter_tools/src/android/apk.dart:41:10)
<asynchronous suspension>
#4      AndroidDevice.startApp (package:flutter_tools/src/android/android_device.dart:378:13)
<asynchronous suspension>
#5      FlutterDevice.runHot (package:flutter_tools/src/resident_runner.dart:287:54)
<asynchronous suspension>
#6      HotRunner.run (package:flutter_tools/src/run_hot.dart:262:39)
<asynchronous suspension>
#7      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:391:37)
<asynchronous suspension>
#8      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:372:18)
#9      _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#10     _rootRunUnary (dart:async/zone.dart:1132:38)
#11     _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#12     _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#13     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#14     Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#15     Future._complete (dart:async/future_impl.dart:476:7)
#16     _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#17     _AsyncAwaitCompleter.complete (dart:async/runtime/libasync_patch.dart:28:18)
#18     _completeOnAsyncReturn (dart:async/runtime/libasync_patch.dart:295:13)
#19     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#20     _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#21     _rootRunUnary (dart:async/zone.dart:1132:38)
#22     _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#23     _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#24     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#25     Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#26     Future._complete (dart:async/future_impl.dart:476:7)
#27     _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#28     _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async/runtime/libasync_patch.dart:33:20)
#29     _rootRun (dart:async/zone.dart:1124:13)
#30     _CustomZone.run (dart:async/zone.dart:1021:19)
#31     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:947:23)
#32     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#33     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#34     _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#35     _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)

Analyzing DevFestKolkata...                                      

   info • The value of the local variable 'selectedItem' isn't used • lib/screens/session_detail_screen/selector_layer/left_selector.dart:73:9 • unused_local_variable
   info • The getter '_sessions' isn't used • lib/screens/session_detail_screen/selector_layer/right_selector.dart:17:21 • unused_element
   info • The top level variable '_currentDisplayedSessionCache' isn't used • lib/screens/session_detail_screen/session_detail_bloc.dart:38:9 • unused_element

3 issues found. (ran in 5.3s)

[✓] Flutter (Channel beta, v0.9.4, on Mac OS X 10.14 18A391, locale en-IN)
    • Flutter version 0.9.4 at /Users/raveesh/MyCode/SDKs/Flutter
    • Framework revision f37c235c32 (3 weeks ago), 2018-09-25 17:45:40 -0400
    • Engine revision 74625aed32
    • Dart version 2.1.0-dev.5.0.flutter-a2eb050044

[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    • Android SDK at /Users/raveesh/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 27.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    • All Android licenses accepted.

[✓] iOS toolchain - develop for iOS devices (Xcode 10.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.0, Build version 10A255
    • ios-deploy 1.9.2
    • CocoaPods version 1.5.3

[✓] Android Studio (version 3.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 29.1.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.27.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 2.18.0

[✓] Connected devices (1 available)
    • Moto G 5 Plus • 192.168.1.2:5555 • android-arm • Android 8.1.0 (API 27)

• No issues found!

@raveesh-me
Copy link
Author

The error is similar to #14020
We need to figure these dependency issues out before flutter development stops feeling awesome.

@zoechi zoechi added c: crash Stack traces logged to the console plugin labels Oct 15, 2018
@zoechi zoechi added this to the Goals milestone Oct 15, 2018
@raveesh-me
Copy link
Author

@zoechi could it be that we could have the project already configured for this at flutter create?

@raveesh-me
Copy link
Author

Execution failed for task ':app:preDebugBuild'.
> Android dependency 'com.android.support:appcompat-v7' has different version for the compile (26.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution

Adding the output for What went wrong for more visibility

@zoechi
Copy link
Contributor

zoechi commented Oct 18, 2018

@raveesh-me you mean #21009 ?

@raveesh-me
Copy link
Author

@zoechi

Gradle automatically adding multidex is one thing, which shows error of the kind: "Exceeded 64K limit" or something.

This has something to do with the compile-time classpath vs the runtime classpath version difference.
Dont know why this is the case though

@raveesh-me
Copy link
Author

The same issue (resolved), can be found in #14020 but I think that this should not be the experience, and the lines that people are adding to make the app work should already be there by flutter create

@escamoteur escamoteur added the a: quality A truly polished experience label Dec 6, 2018
@escamoteur
Copy link
Contributor

100% agree. @eseidel For devs not coming from Android native such bugs are extremely hard to fix

@edsonschlei
Copy link

edsonschlei commented Jan 3, 2019

I got this error adding the image_picker: ^0.4.10 to my project.

In the error message it describes what should be done:

You should manually set the same version via DependencyResolution

This is done adding the following subprojects block at the end of the android/build.gradle file.

subprojects {
    project.configurations.all {
        resolutionStrategy.eachDependency { details ->
            if (details.requested.group == 'com.android.support'
                    && !details.requested.name.contains('multidex') ) {
                details.useVersion "26.1.0"
            }
        }
    }
}

@zoechi zoechi added p: image_picker The Image Picker plugin. t: gradle "flutter build" and "flutter run" on Android p: tooling Affects the flutter_plugin_tools package and removed p: image_picker The Image Picker plugin. labels Jan 8, 2019
@zoechi zoechi added the p: image_picker The Image Picker plugin. label Feb 14, 2019
@Karlheinzniebuhr
Copy link

same issue, tried with several image_picker versions

@Kaelinator
Copy link

Having this behavior for 0.6.1+10 and 0.6.1+8, it worked using 0.6.0+20.

@escamoteur
Copy link
Contributor

@Karlheinzniebuhr have you tried 0.6.0+20?

@jmagman jmagman added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 3, 2019
@jmagman jmagman added this to Awaiting triage in Tools - Gradle review Jan 10, 2020
@jonahwilliams jonahwilliams removed the tool Affects the "flutter" command-line tool. See also t: labels. label Apr 12, 2020
@jonahwilliams jonahwilliams removed this from Awaiting triage in Tools - Gradle review Apr 12, 2020
@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@darshankawar
Copy link
Member

I verified this issue using latest plugin version on latest stable with Android 8.1.0 device and didn't see any compilation error. The sample app compiled and ran properly without any issues.

flutter run --verbose

dhs@Dhss-MacBook-Pro webtest % flutter run --verbose
[ +120 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +43 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 9b2d32b605630f28625709ebd9d78ab3016b2bf6
[        ] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git tag --points-at HEAD
[  +21 ms] Exit code 0 from: git tag --points-at HEAD
[        ] 1.22.6
[  +10 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git ls-remote --get-url origin
[  +12 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +52 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git rev-parse --abbrev-ref HEAD
[  +14 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +7 ms] executing: sw_vers -productName
[  +16 ms] Exit code 0 from: sw_vers -productName
[   +1 ms] Mac OS X
[        ] executing: sw_vers -productVersion
[  +18 ms] Exit code 0 from: sw_vers -productVersion
[   +1 ms] 10.15.4
[        ] executing: sw_vers -buildVersion
[  +16 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19E2269
[   +1 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[  +43 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +18 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb devices -l
[  +11 ms] executing: /usr/bin/xcode-select --print-path
[   +8 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +869 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[        ] Xcode 12.3
           Build version 12C33
[   +2 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcdevice list --timeout 2
[   +3 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[  +42 ms] List of devices attached
           5200763ebcfa861f       device usb:337641472X product:a2coreltedd model:SM_A260G device:a2corelte transport_id:1
[ +120 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-3" : [
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/BB264514-B092-43E7-BE26-51170C440CD3\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/BB264514-B092-43E7-BE26-51170C440CD3",
                            "udid" : "BB264514-B092-43E7-BE26-51170C440CD3",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/5D6AE6F4-69D6-4C38-A7B9-ECA2F3CAEC35\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/5D6AE6F4-69D6-4C38-A7B9-ECA2F3CAEC35",
                            "udid" : "5D6AE6F4-69D6-4C38-A7B9-ECA2F3CAEC35",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/F7EFC63B-9B12-4ADD-90D4-18DF6209CDBA\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/F7EFC63B-9B12-4ADD-90D4-18DF6209CDBA",
                            "udid" : "F7EFC63B-9B12-4ADD-90D4-18DF6209CDBA",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/DA971321-1BCB-497D-9DA8-D6C481411A9B\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/DA971321-1BCB-497D-9DA8-D6C481411A9B",
                            "udid" : "DA971321-1BCB-497D-9DA8-D6C481411A9B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/920B8569-4C37-4227-8AEF-C02B2BD39BF4\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/920B8569-4C37-4227-8AEF-C02B2BD39BF4",
                            "udid" : "920B8569-4C37-4227-8AEF-C02B2BD39BF4",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/15B89E52-711F-460A-A632-B9960034FFCD\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/15B89E52-711F-460A-A632-B9960034FFCD",
                            "udid" : "15B89E52-711F-460A-A632-B9960034FFCD",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/FD197B47-00D1-41E9-B72D-A1B2998608E6\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/FD197B47-00D1-41E9-B72D-A1B2998608E6",
                            "udid" : "FD197B47-00D1-41E9-B72D-A1B2998608E6",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/34080282-40D4-4EB5-AFB2-BBBB29E29BD6\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/34080282-40D4-4EB5-AFB2-BBBB29E29BD6",
                            "udid" : "34080282-40D4-4EB5-AFB2-BBBB29E29BD6",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/4934E3A4-7169-45B0-AEF9-1E1295605166\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/4934E3A4-7169-45B0-AEF9-1E1295605166",
                            "udid" : "4934E3A4-7169-45B0-AEF9-1E1295605166",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/A5473606-0213-4FD8-BA16-553433949729\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/A5473606-0213-4FD8-BA16-553433949729",
                            "udid" : "A5473606-0213-4FD8-BA16-553433949729",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                            "state" : "Booted",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/5C46218B-40BB-4661-AFB9-D4FBD904300C\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/5C46218B-40BB-4661-AFB9-D4FBD904300C",
                            "udid" : "5C46218B-40BB-4661-AFB9-D4FBD904300C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/C1F4DAD4-6CE0-4FDD-B76A-480B8BEA3EC9\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/C1F4DAD4-6CE0-4FDD-B76A-480B8BEA3EC9",
                            "udid" : "C1F4DAD4-6CE0-4FDD-B76A-480B8BEA3EC9",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/BD9C5676-F065-4948-A166-A68A066C7F4E\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/BD9C5676-F065-4948-A166-A68A066C7F4E",
                            "udid" : "BD9C5676-F065-4948-A166-A68A066C7F4E",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/AD9F1B85-B622-485E-97E8-E4AC866D5770\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/AD9F1B85-B622-485E-97E8-E4AC866D5770",
                            "udid" : "AD9F1B85-B622-485E-97E8-E4AC866D5770",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/9B921EDD-1BE9-4A7F-9971-94069BA179C1\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/9B921EDD-1BE9-4A7F-9971-94069BA179C1",
                            "udid" : "9B921EDD-1BE9-4A7F-9971-94069BA179C1",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/98E27C99-E77E-4B24-9B00-A2CC8EB73331\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/98E27C99-E77E-4B24-9B00-A2CC8EB73331",
                            "udid" : "98E27C99-E77E-4B24-9B00-A2CC8EB73331",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/82B82199-04B9-4592-8BBE-35FDC63EC0D1\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/82B82199-04B9-4592-8BBE-35FDC63EC0D1",
                            "udid" : "82B82199-04B9-4592-8BBE-35FDC63EC0D1",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/CC1003A9-52D9-4BCF-B66D-80DCFB22FF94\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/CC1003A9-52D9-4BCF-B66D-80DCFB22FF94",
                            "udid" : "CC1003A9-52D9-4BCF-B66D-80DCFB22FF94",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/B15B644E-723D-4CCE-B850-48C0A15A7B03\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/B15B644E-723D-4CCE-B850-48C0A15A7B03",
                            "udid" : "B15B644E-723D-4CCE-B850-48C0A15A7B03",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/2E88EC87-4323-4CAE-9824-950C90C54488\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/2E88EC87-4323-4CAE-9824-950C90C54488",
                            "udid" : "2E88EC87-4323-4CAE-9824-950C90C54488",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/3C2BBCDB-9F21-49F2-86F3-BC1EF2A438B0\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/3C2BBCDB-9F21-49F2-86F3-BC1EF2A438B0",
                            "udid" : "3C2BBCDB-9F21-49F2-86F3-BC1EF2A438B0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/604E81EE-3DE6-4889-A6FC-4D7B899D03B0\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/604E81EE-3DE6-4889-A6FC-4D7B899D03B0",
                            "udid" : "604E81EE-3DE6-4889-A6FC-4D7B899D03B0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/253A9FE8-1E6F-44B8-A976-328E4CA31BF4\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/253A9FE8-1E6F-44B8-A976-328E4CA31BF4",
                            "udid" : "253A9FE8-1E6F-44B8-A976-328E4CA31BF4",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/689B9720-2864-4644-9D0D-A81FFED839B0\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/689B9720-2864-4644-9D0D-A81FFED839B0",
                            "udid" : "689B9720-2864-4644-9D0D-A81FFED839B0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/6C85835D-FBFD-4AB3-8DE8-B4FAD35E5367\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/6C85835D-FBFD-4AB3-8DE8-B4FAD35E5367",
                            "udid" : "6C85835D-FBFD-4AB3-8DE8-B4FAD35E5367",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/115318F9-34A3-4877-BB37-9798AA0DAAC7\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/115318F9-34A3-4877-BB37-9798AA0DAAC7",
                            "udid" : "115318F9-34A3-4877-BB37-9798AA0DAAC7",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/7526F522-D072-4806-B424-66E9BD88D078\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/7526F522-D072-4806-B424-66E9BD88D078",
                            "udid" : "7526F522-D072-4806-B424-66E9BD88D078",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/6324FDB8-C85E-46C6-AC50-3D0AC10E7483\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/6324FDB8-C85E-46C6-AC50-3D0AC10E7483",
                            "udid" : "6324FDB8-C85E-46C6-AC50-3D0AC10E7483",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/A61045CE-C878-473F-B1E9-047CD0A785D7\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/A61045CE-C878-473F-B1E9-047CD0A785D7",
                            "udid" : "A61045CE-C878-473F-B1E9-047CD0A785D7",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/E5E8E786-70A7-417B-A2DE-7074262D52E3\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/E5E8E786-70A7-417B-A2DE-7074262D52E3",
                            "udid" : "E5E8E786-70A7-417B-A2DE-7074262D52E3",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/98435FCD-6BB4-4907-9BA7-3D729BCEBA08\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/98435FCD-6BB4-4907-9BA7-3D729BCEBA08",
                            "udid" : "98435FCD-6BB4-4907-9BA7-3D729BCEBA08",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-3" : [
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/75599167-A1A8-4189-AC46-84576CAA8470\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/75599167-A1A8-4189-AC46-84576CAA8470",
                            "udid" : "75599167-A1A8-4189-AC46-84576CAA8470",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/92DCDBD2-7078-4241-9D96-2A08969FFF95\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/92DCDBD2-7078-4241-9D96-2A08969FFF95",
                            "udid" : "92DCDBD2-7078-4241-9D96-2A08969FFF95",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/68D3864E-515E-489E-9C54-1E9DC7B93052\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/68D3864E-515E-489E-9C54-1E9DC7B93052",
                            "udid" : "68D3864E-515E-489E-9C54-1E9DC7B93052",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/EC84D327-399C-4854-8ECB-D21358800404\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/EC84D327-399C-4854-8ECB-D21358800404",
                            "udid" : "EC84D327-399C-4854-8ECB-D21358800404",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/7E65CAAE-13C0-4B09-A22D-A4586584B65B\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/7E65CAAE-13C0-4B09-A22D-A4586584B65B",
                            "udid" : "7E65CAAE-13C0-4B09-A22D-A4586584B65B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/C58BE454-09B4-4E08-92EC-A84956FA8847\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/C58BE454-09B4-4E08-92EC-A84956FA8847",
                            "udid" : "C58BE454-09B4-4E08-92EC-A84956FA8847",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/275C6C60-6B3F-4722-92CD-F6C6037B6A4A\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/275C6C60-6B3F-4722-92CD-F6C6037B6A4A",
                            "udid" : "275C6C60-6B3F-4722-92CD-F6C6037B6A4A",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/B96F5A6A-70DA-442B-9B60-A00E1D07B128\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/B96F5A6A-70DA-442B-9B60-A00E1D07B128",
                            "udid" : "B96F5A6A-70DA-442B-9B60-A00E1D07B128",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/812D0B26-2449-4476-A759-74B5C92403CF\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/812D0B26-2449-4476-A759-74B5C92403CF",
                            "udid" : "812D0B26-2449-4476-A759-74B5C92403CF",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/03965DCF-A93D-478B-819B-1378C62BCECA\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/03965DCF-A93D-478B-819B-1378C62BCECA",
                            "udid" : "03965DCF-A93D-478B-819B-1378C62BCECA",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/CCF85222-D595-483F-B178-4511FECD4B73\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/CCF85222-D595-483F-B178-4511FECD4B73",
                            "udid" : "CCF85222-D595-483F-B178-4511FECD4B73",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/4561159F-FC01-4F56-9958-5ACF4AEBE74C\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/4561159F-FC01-4F56-9958-5ACF4AEBE74C",
                            "udid" : "4561159F-FC01-4F56-9958-5ACF4AEBE74C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/4409526B-8927-480F-A751-66EA000DF7AE\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/4409526B-8927-480F-A751-66EA000DF7AE",
                            "udid" : "4409526B-8927-480F-A751-66EA000DF7AE",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/DB024351-87DA-4F48-8FD6-EC7C4AAC3C20\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/DB024351-87DA-4F48-8FD6-EC7C4AAC3C20",
                            "udid" : "DB024351-87DA-4F48-8FD6-EC7C4AAC3C20",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/B4111AB6-5170-40E9-99CC-FD729820800B\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/B4111AB6-5170-40E9-99CC-FD729820800B",
                            "udid" : "B4111AB6-5170-40E9-99CC-FD729820800B",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/7BD0EEC0-4036-4E44-8829-548A14CD8CDF\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/7BD0EEC0-4036-4E44-8829-548A14CD8CDF",
                            "udid" : "7BD0EEC0-4036-4E44-8829-548A14CD8CDF",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/312977A7-2DB1-4737-AEBB-35FA6522A309\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/312977A7-2DB1-4737-AEBB-35FA6522A309",
                            "udid" : "312977A7-2DB1-4737-AEBB-35FA6522A309",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/6B15EEC9-D4A5-4FD7-906A-9968FFCD54DE\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/6B15EEC9-D4A5-4FD7-906A-9968FFCD54DE",
                            "udid" : "6B15EEC9-D4A5-4FD7-906A-9968FFCD54DE",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/C4051416-645E-477E-8737-3EA90AB73C2E\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/C4051416-645E-477E-8737-3EA90AB73C2E",
                            "udid" : "C4051416-645E-477E-8737-3EA90AB73C2E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/AE239F49-A8B6-4408-8EBE-6116D365C5FA\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/AE239F49-A8B6-4408-8EBE-6116D365C5FA",
                            "udid" : "AE239F49-A8B6-4408-8EBE-6116D365C5FA",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/6425CA70-C0C3-4FB1-962B-2A3D37CFD5AE\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/6425CA70-C0C3-4FB1-962B-2A3D37CFD5AE",
                            "udid" : "6425CA70-C0C3-4FB1-962B-2A3D37CFD5AE",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/60B4ED9B-6AF0-414D-9EEF-0036611EEA1C\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/60B4ED9B-6AF0-414D-9EEF-0036611EEA1C",
                            "udid" : "60B4ED9B-6AF0-414D-9EEF-0036611EEA1C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/166A898D-04D5-4C01-B886-1D520DA84F11\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/166A898D-04D5-4C01-B886-1D520DA84F11",
                            "udid" : "166A898D-04D5-4C01-B886-1D520DA84F11",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/62CA9D14-DD14-4A30-843C-E5712E5973CC\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/62CA9D14-DD14-4A30-843C-E5712E5973CC",
                            "udid" : "62CA9D14-DD14-4A30-843C-E5712E5973CC",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/FD6AF909-0223-43E9-A545-0A47C9038AA3\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/FD6AF909-0223-43E9-A545-0A47C9038AA3",
                            "udid" : "FD6AF909-0223-43E9-A545-0A47C9038AA3",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/E364E33E-A3B3-42EF-92B5-B26683DDFC37\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/E364E33E-A3B3-42EF-92B5-B26683DDFC37",
                            "udid" : "E364E33E-A3B3-42EF-92B5-B26683DDFC37",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/00DA0F3E-900C-4696-9571-9CCC98B6D05D\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/00DA0F3E-900C-4696-9571-9CCC98B6D05D",
                            "udid" : "00DA0F3E-900C-4696-9571-9CCC98B6D05D",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 44mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/990D74CC-3BC9-45AF-9A6A-14B7C85F11C5\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/990D74CC-3BC9-45AF-9A6A-14B7C85F11C5",
                            "udid" : "990D74CC-3BC9-45AF-9A6A-14B7C85F11C5",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/dhs\/Library\/Developer\/CoreSimulator\/Devices\/29D69F83-0E8F-4ACD-AFF0-6A5BA1D9246A\/data",
                            "logPath" : "\/Users\/dhs\/Library\/Logs\/CoreSimulator\/29D69F83-0E8F-4ACD-AFF0-6A5BA1D9246A",
                            "udid" : "29D69F83-0E8F-4ACD-AFF0-6A5BA1D9246A",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          }
                        ]
                      }
                    }
[+3340 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "4934E3A4-7169-45B0-AEF9-1E1295605166",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "BB264514-B092-43E7-BE26-51170C440CD3",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "34080282-40D4-4EB5-AFB2-BBBB29E29BD6",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "EC84D327-399C-4854-8ECB-D21358800404",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "FD197B47-00D1-41E9-B72D-A1B2998608E6",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "5D6AE6F4-69D6-4C38-A7B9-ECA2F3CAEC35",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "DA971321-1BCB-497D-9DA8-D6C481411A9B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "7E65CAAE-13C0-4B09-A22D-A4586584B65B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "275C6C60-6B3F-4722-92CD-F6C6037B6A4A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "9B921EDD-1BE9-4A7F-9971-94069BA179C1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "98E27C99-E77E-4B24-9B00-A2CC8EB73331",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "5C46218B-40BB-4661-AFB9-D4FBD904300C",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "AD9F1B85-B622-485E-97E8-E4AC866D5770",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
                        "modelName" : "iPad Pro (12.9-inch) (4th generation)",
                        "name" : "iPad Pro (12.9-inch) (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "75599167-A1A8-4189-AC46-84576CAA8470",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "C58BE454-09B4-4E08-92EC-A84956FA8847",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "15B89E52-711F-460A-A632-B9960034FFCD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "920B8569-4C37-4227-8AEF-C02B2BD39BF4",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "BD9C5676-F065-4948-A166-A68A066C7F4E",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
                        "modelName" : "iPad Pro (11-inch) (2nd generation)",
                        "name" : "iPad Pro (11-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "92DCDBD2-7078-4241-9D96-2A08969FFF95",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "68D3864E-515E-489E-9C54-1E9DC7B93052",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "F7EFC63B-9B12-4ADD-90D4-18DF6209CDBA",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "C1F4DAD4-6CE0-4FDD-B76A-480B8BEA3EC9",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "A5473606-0213-4FD8-BA16-553433949729",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      }
                    ]
[  +20 ms] /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell getprop
[ +108 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +5 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +4 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +66 ms] Multiple devices found:
[   +3 ms] ro.hardware = samsungexynos7870
[   +5 ms] SM A260G (mobile)          • 5200763ebcfa861f                     • android-arm • Android 8.1.0 (API 27)
[   +1 ms] iPhone 12 Pro Max (mobile) • A5473606-0213-4FD8-BA16-553433949729 • ios         • com.apple.CoreSimulator.SimRuntime.iOS-14-3 (simulator)
[   +1 ms] [0]: SM A260G (5200763ebcfa861f)
[        ] [1]: iPhone 12 Pro Max (A5473606-0213-4FD8-BA16-553433949729)
[   +1 ms] Please choose one (To quit, press "q/Q")
[        ] : 
[+2842 ms] 0
[  +76 ms] Found plugin camera at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.7.0+1/
[  +17 ms] Found plugin connectivity at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[   +2 ms] Found plugin connectivity_for_web at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[   +2 ms] Found plugin connectivity_macos at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[  +16 ms] Found plugin flutter_plugin_android_lifecycle at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[   +6 ms] Found plugin image_picker at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/
[  +21 ms] Found plugin path_provider at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[   +2 ms] Found plugin path_provider_linux at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[   +4 ms] Found plugin path_provider_macos at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +4 ms] Found plugin path_provider_windows at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[  +38 ms] Found plugin video_player at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-1.0.1/
[   +5 ms] Found plugin video_player_web at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[ +111 ms] Found plugin camera at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.7.0+1/
[   +5 ms] Found plugin connectivity at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-2.0.2/
[   +1 ms] Found plugin connectivity_for_web at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1+4/
[   +1 ms] Found plugin connectivity_macos at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+7/
[   +5 ms] Found plugin flutter_plugin_android_lifecycle at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[   +2 ms] Found plugin image_picker at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/
[   +7 ms] Found plugin path_provider at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[   +2 ms] Found plugin path_provider_linux at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[   +1 ms] Found plugin path_provider_macos at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[  +21 ms] Found plugin video_player at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-1.0.1/
[   +1 ms] Found plugin video_player_web at /Users/dhs/Documents/Fluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/
[  +30 ms] Generating /Users/dhs/Documents/NCFlutter/webtest/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +73 ms] Starting incremental build...
[   +2 ms] Initializing file store
[  +13 ms] Skipping target: gen_localizations
[   +4 ms] complete
[   +5 ms] Launching lib/main.dart on SM A260G in debug mode...
[   +6 ms] /Users/dhs/documents/Fluttersdk/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/dhs/documents/Fluttersdk/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/dhs/documents/Fluttersdk/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata
-Ddart.developer.causal_async_stacks=true --output-dill /var/folders/w0/6j3m5z913hbd94smbfmz6y6h0000gn/T/flutter_tools.duEYqZ/flutter_tool.nhkQAe/app.dill --packages .packages
-Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions
--enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill.track.dill
[  +16 ms] executing: /Users/dhs/Library/Android/sdk/build-tools/30.0.0/aapt dump xmltree /Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +21 ms] Exit code 0 from: /Users/dhs/Library/Android/sdk/build-tools/30.0.0/aapt dump xmltree /Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="com.example.webtest" (Raw: "com.example.webtest")
               A: platformBuildVersionCode=(type 0x10)0x1d
               A: platformBuildVersionName=(type 0x10)0xa
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=20)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: uses-permission (line=21)
                 A: android:name(0x01010003)="android.permission.RECORD_AUDIO" (Raw: "android.permission.RECORD_AUDIO")
               E: application (line=23)
                 A: android:label(0x01010001)="webtest" (Raw: "webtest")
                 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=28)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.webtest.MainActivity" (Raw: "com.example.webtest.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=42)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=52)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040000
                   E: intent-filter (line=56)
                     E: action (line=57)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=59)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: service (line=63)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.AlarmService" (Raw: "io.flutter.plugins.androidalarmmanager.AlarmService")
                   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=68)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.AlarmBroadcastReceiver" (Raw: "io.flutter.plugins.androidalarmmanager.AlarmBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=71)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.RebootBroadcastReceiver" (Raw: "io.flutter.plugins.androidalarmmanager.RebootBroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   E: intent-filter (line=74)
                     E: action (line=75)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED")
                 E: meta-data (line=82)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=85)
                   A: android:name(0x01010003)="com.google.android.geo.API_KEY" (Raw: "com.google.android.geo.API_KEY")
                   A: android:value(0x01010024)="AIzaSyDTP6kUU1LvPdDWZxYrtUljwjGi8Dx4pDU" (Raw: "AIzaSyDTP6kUU1LvPdDWZxYrtUljwjGi8Dx4pDU")
                 E: provider (line=89)
                   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.webtest.flutter.image_provider" (Raw: "com.example.webtest.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=94)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0c0000
[  +12 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell -x logcat -v time -t 1
[  +70 ms] Exit code 0 from: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell -x logcat -v time -t 1
[   +1 ms] --------- beginning of main
           02-05 19:07:21.502 D/SensorService( 2919): [SO] -0.139 0.129 9.783
[   +3 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell -x logcat -v time -t 1
[  +78 ms] Exit code 0 from: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell -x logcat -v time -t 1
[        ] --------- beginning of main
           02-05 19:07:21.502 D/SensorService( 2919): [SO] -0.139 0.129 9.783
[  +20 ms] <- compile package:webtest/main.dart
[  +15 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb version
[  +21 ms] Android Debug Bridge version 1.0.41
           Version 30.0.3-6597393
           Installed as /Users/dhs/Library/Android/sdk/platform-tools/adb
[   +2 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb start-server
[   +9 ms] Building APK
[  +29 ms] Running Gradle task 'assembleDebug'...
[   +2 ms] gradle.properties already sets `android.enableR8`
[   +2 ms] Using gradle from /Users/dhs/Documents/NCFlutter/webtest/android/gradlew.
[   +1 ms] /Users/dhs/Documents/NCFlutter/webtest/android/gradlew mode: 33261 rwxr-xr-x.
[   +9 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[  +14 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[        ] {"CFBundleName":"Android
Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/lib\/jdom.ja
r:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","MainClass":"com.intellij.idea.Main","Properties":{
"idea.paths.selector":"AndroidStudio4.1","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.vendor.name":"Google","idea.home.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFolderU
sageDescription":"An application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-201.8743.12.41.6953283","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android Studio
requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project
File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All
documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"AP
PL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"4.1","NSMicrophoneUsageDescription":"An application in Android Studio requests access to the
device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests access to the user's location
information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com.google.and
roid.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":"An application in
Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's Downloads
folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 4.1, build
AI-201.8743.12.41.6953283. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable volume."}
[  +12 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[  +86 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6915495, mixed mode)
[   +1 ms] executing: [/Users/dhs/Documents/NCFlutter/webtest/android/] /Users/dhs/Documents/NCFlutter/webtest/android/gradlew -Pverbose=true -Ptarget-platform=android-arm
-Ptarget=/Users/dhs/Documents/NCFlutter/webtest/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ +617 ms] Starting a Gradle Daemon, 1 busy and 2 incompatible and 1 stopped Daemons could not be reused, use --status for details
[+10489 ms] > Task :app:compileFlutterBuildDebug
[        ] [ +126 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [  +52 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] 9b2d32b605630f28625709ebd9d78ab3016b2bf6
[        ] [        ] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git tag --points-at HEAD
[        ] [  +82 ms] Exit code 0 from: git tag --points-at HEAD
[        ] [        ] 1.22.6
[        ] [   +8 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/stable
[        ] [        ] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git ls-remote --get-url origin
[        ] [  +12 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [  +46 ms] executing: [/Users/dhs/documents/Fluttersdk/flutter/] git rev-parse --abbrev-ref HEAD
[        ] [  +11 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] stable
[        ] [  +38 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [  +10 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [  +82 ms] Initializing file store
[        ] [  +15 ms] Skipping target: gen_localizations
[        ] [   +6 ms] kernel_snapshot: Starting due to {}
[        ] [  +36 ms] /Users/dhs/documents/Fluttersdk/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/dhs/documents/Fluttersdk/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/dhs/documents/Fluttersdk/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter -Ddart.developer.causal_async_stacks=true -Ddart.vm.profile=false
-Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts
--track-widget-creation --no-link-platform --packages /Users/dhs/Documents/NCFlutter/webtest/.packages --output-dill
/Users/dhs/Documents/NCFlutter/webtest/.dart_tool/flutter_build/e5efdb6c4c80a5f4e844b9985c9668e0/app.dill --depfile
/Users/dhs/Documents/NCFlutter/webtest/.dart_tool/flutter_build/e5efdb6c4c80a5f4e844b9985c9668e0/kernel_snapshot.d package:webtest/main.dart
[+5384 ms] [+6343 ms] kernel_snapshot: Complete
[ +800 ms] [ +767 ms] debug_android_application: Starting due to {}
[ +402 ms] [ +412 ms] debug_android_application: Complete
[ +800 ms] [ +829 ms] Persisting file store
[        ] [   +7 ms] Done persisting file store
[        ] [   +9 ms] build succeeded.
[  +97 ms] [  +14 ms] "flutter assemble" took 8,548ms.
[        ] [   +5 ms] ensureAnalyticsSent: 0ms
[        ] [   +1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[ +299 ms] > Task :app:packLibsflutterBuildDebug
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :camera:preBuild UP-TO-DATE
[        ] > Task :camera:preDebugBuild UP-TO-DATE
[        ] > Task :camera:compileDebugAidl NO-SOURCE
[        ] > Task :connectivity:preBuild UP-TO-DATE
[        ] > Task :connectivity:preDebugBuild UP-TO-DATE
[        ] > Task :connectivity:compileDebugAidl NO-SOURCE
[        ] > 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
[        ] > Task :image_picker:preBuild UP-TO-DATE
[        ] > Task :image_picker:preDebugBuild UP-TO-DATE
[        ] > Task :path_provider:preBuild UP-TO-DATE
[        ] > Task :path_provider:preDebugBuild UP-TO-DATE
[        ] > Task :path_provider:compileDebugAidl NO-SOURCE
[        ] > Task :image_picker:compileDebugAidl NO-SOURCE
[        ] > Task :video_player:preBuild UP-TO-DATE
[        ] > Task :video_player:preDebugBuild UP-TO-DATE
[        ] > Task :video_player:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :camera:packageDebugRenderscript NO-SOURCE
[        ] > Task :connectivity:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :image_picker:packageDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:packageDebugRenderscript NO-SOURCE
[  +94 ms] > Task :video_player:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :camera:mergeDebugShaders UP-TO-DATE
[        ] > Task :camera:compileDebugShaders UP-TO-DATE
[        ] > Task :camera:generateDebugAssets UP-TO-DATE
[        ] > Task :camera:packageDebugAssets UP-TO-DATE
[        ] > Task :connectivity:mergeDebugShaders UP-TO-DATE
[        ] > Task :connectivity:compileDebugShaders UP-TO-DATE
[        ] > Task :connectivity:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE
[        ] > Task :image_picker:mergeDebugShaders UP-TO-DATE
[  +96 ms] > Task :image_picker:compileDebugShaders UP-TO-DATE
[        ] > Task :image_picker:generateDebugAssets UP-TO-DATE
[        ] > Task :image_picker:packageDebugAssets UP-TO-DATE
[        ] > Task :path_provider:mergeDebugShaders UP-TO-DATE
[        ] > Task :path_provider:compileDebugShaders UP-TO-DATE
[        ] > Task :path_provider:generateDebugAssets UP-TO-DATE
[        ] > Task :path_provider:packageDebugAssets UP-TO-DATE
[        ] > Task :video_player:mergeDebugShaders UP-TO-DATE
[        ] > Task :video_player:compileDebugShaders UP-TO-DATE
[        ] > Task :video_player:generateDebugAssets UP-TO-DATE
[        ] > Task :video_player:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +495 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[        ] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :camera:generateDebugResValues UP-TO-DATE
[        ] > Task :camera:compileDebugRenderscript NO-SOURCE
[        ] > Task :camera:generateDebugResources UP-TO-DATE
[        ] > Task :camera:packageDebugResources UP-TO-DATE
[        ] > Task :connectivity:generateDebugResValues UP-TO-DATE
[        ] > Task :connectivity:compileDebugRenderscript NO-SOURCE
[        ] > Task :connectivity:generateDebugResources UP-TO-DATE
[        ] > Task :connectivity:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE
[        ] > Task :image_picker:generateDebugResValues UP-TO-DATE
[        ] > Task :image_picker:compileDebugRenderscript NO-SOURCE
[        ] > Task :image_picker:generateDebugResources UP-TO-DATE
[        ] > Task :image_picker:packageDebugResources UP-TO-DATE
[        ] > Task :path_provider:generateDebugResValues UP-TO-DATE
[        ] > Task :path_provider:compileDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:generateDebugResources UP-TO-DATE
[        ] > Task :path_provider:packageDebugResources UP-TO-DATE
[        ] > Task :video_player:generateDebugResValues UP-TO-DATE
[        ] > Task :video_player:compileDebugRenderscript NO-SOURCE
[        ] > Task :video_player:generateDebugResources UP-TO-DATE
[        ] > Task :video_player:packageDebugResources UP-TO-DATE
[  +91 ms] > Task :app:mergeDebugResources UP-TO-DATE
[        ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[        ] > Task :camera:checkDebugManifest UP-TO-DATE
[        ] > Task :camera:processDebugManifest UP-TO-DATE
[        ] > Task :connectivity:checkDebugManifest UP-TO-DATE
[        ] > Task :connectivity:processDebugManifest UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:checkDebugManifest UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE
[        ] > Task :image_picker:checkDebugManifest UP-TO-DATE
[        ] > Task :image_picker:processDebugManifest UP-TO-DATE
[        ] > Task :path_provider:checkDebugManifest UP-TO-DATE
[        ] > Task :path_provider:processDebugManifest UP-TO-DATE
[        ] > Task :video_player:checkDebugManifest UP-TO-DATE
[        ] > Task :video_player:processDebugManifest UP-TO-DATE
[  +97 ms] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :camera:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :camera:generateDebugRFile UP-TO-DATE
[        ] > Task :connectivity:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :connectivity:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE
[        ] > Task :image_picker:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :image_picker:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :path_provider:generateDebugRFile UP-TO-DATE
[        ] > Task :video_player:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :video_player:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :camera:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :camera:javaPreCompileDebug UP-TO-DATE
[  +96 ms] > Task :camera:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :camera:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :connectivity:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :connectivity:javaPreCompileDebug UP-TO-DATE
[        ] > Task :connectivity:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :connectivity:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :image_picker:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :image_picker:javaPreCompileDebug UP-TO-DATE
[        ] > Task :image_picker:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :image_picker:bundleLibCompileDebug 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:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :video_player:generateDebugBuildConfig UP-TO-DATE
[  +93 ms] > Task :video_player:javaPreCompileDebug UP-TO-DATE
[        ] > Task :video_player:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :video_player:bundleLibCompileDebug UP-TO-DATE
[ +300 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
[        ] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :camera:processDebugJavaRes NO-SOURCE
[        ] > Task :camera:bundleLibResDebug UP-TO-DATE
[        ] > Task :connectivity:processDebugJavaRes NO-SOURCE
[        ] > Task :connectivity:bundleLibResDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug UP-TO-DATE
[        ] > Task :image_picker:processDebugJavaRes NO-SOURCE
[        ] > Task :image_picker:bundleLibResDebug UP-TO-DATE
[        ] > Task :path_provider:processDebugJavaRes NO-SOURCE
[        ] > Task :path_provider:bundleLibResDebug UP-TO-DATE
[        ] > Task :video_player:processDebugJavaRes NO-SOURCE
[        ] > Task :video_player:bundleLibResDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[  +93 ms] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[        ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[        ] > Task :app:mergeExtDexDebug UP-TO-DATE
[        ] > Task :path_provider:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :path_provider:createFullJarDebug UP-TO-DATE
[        ] > Task :camera:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :camera:createFullJarDebug UP-TO-DATE
[        ] > Task :connectivity:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :connectivity:createFullJarDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:createFullJarDebug UP-TO-DATE
[        ] > Task :image_picker:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :image_picker:createFullJarDebug UP-TO-DATE
[        ] > Task :video_player:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :video_player:createFullJarDebug UP-TO-DATE
[ +498 ms] > Task :app:transformClassesWithDexBuilderForDebug
[        ] > Task :app:mergeProjectDexDebug UP-TO-DATE
[        ] > Task :app:mergeLibDexDebug UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:signingConfigWriterDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :camera:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :camera:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :camera:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :camera:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :connectivity:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :connectivity:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :connectivity:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :connectivity:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :image_picker:mergeDebugNativeLibs UP-TO-DATE
[  +96 ms] > Task :image_picker:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :path_provider:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :path_provider:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :path_provider:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :path_provider:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :video_player:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :video_player:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :video_player:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :video_player:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] Compatible side by side NDK version was not found.
[+1896 ms] > Task :app:packageDebug
[ +100 ms] > Task :app:assembleDebug
[        ] > Task :camera:extractDebugAnnotations UP-TO-DATE
[        ] > Task :camera:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :camera:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :camera:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :camera:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :camera:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :camera:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[  +98 ms] > Task :camera:bundleDebugAar
[        ] > Task :connectivity:extractDebugAnnotations UP-TO-DATE
[        ] > Task :camera:mergeDebugResources UP-TO-DATE
[        ] > Task :camera:compileDebugSources UP-TO-DATE
[        ] > Task :camera:assembleDebug
[        ] > Task :connectivity:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :connectivity:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :connectivity:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :connectivity:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :connectivity:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :connectivity:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :connectivity:bundleDebugAar
[        ] > Task :connectivity:compileDebugSources UP-TO-DATE
[        ] > Task :connectivity:assembleDebug
[        ] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugSources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:assembleDebug
[  +93 ms] > Task :image_picker:extractDebugAnnotations UP-TO-DATE
[        ] > Task :image_picker:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :image_picker:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:bundleDebugAar
[        ] > Task :image_picker:compileDebugSources UP-TO-DATE
[        ] > Task :image_picker:assembleDebug
[        ] > Task :path_provider:extractDebugAnnotations UP-TO-DATE
[        ] > Task :path_provider:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :path_provider:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :path_provider:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :path_provider:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :path_provider:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :path_provider:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :path_provider:bundleDebugAar
[        ] > Task :path_provider:compileDebugSources UP-TO-DATE
[        ] > Task :path_provider:assembleDebug
[        ] > Task :video_player:extractDebugAnnotations UP-TO-DATE
[        ] > Task :video_player:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :video_player:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :video_player:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :video_player:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :video_player:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :video_player:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :video_player:bundleDebugAar
[        ] > Task :video_player:compileDebugSources UP-TO-DATE
[        ] > Task :video_player:assembleDebug
[  +56 ms] BUILD SUCCESSFUL in 23s
[        ] 201 actionable tasks: 14 executed, 187 up-to-date
[ +385 ms] Running Gradle task 'assembleDebug'... (completed in 23.8s)
[  +47 ms] calculateSha: LocalDirectory: '/Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk'/app.apk
[  +29 ms] calculateSha: reading file took 29us
[ +610 ms] calculateSha: computing sha took 609us
[   +3 ms] ✓ Built build/app/outputs/flutter-apk/app-debug.apk.
[   +3 ms] executing: /Users/dhs/Library/Android/sdk/build-tools/30.0.0/aapt dump xmltree /Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +23 ms] Exit code 0 from: /Users/dhs/Library/Android/sdk/build-tools/30.0.0/aapt dump xmltree /Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="com.example.webtest" (Raw: "com.example.webtest")
               A: platformBuildVersionCode=(type 0x10)0x1d
               A: platformBuildVersionName=(type 0x10)0xa
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=20)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: uses-permission (line=21)
                 A: android:name(0x01010003)="android.permission.RECORD_AUDIO" (Raw: "android.permission.RECORD_AUDIO")
               E: application (line=23)
                 A: android:label(0x01010001)="webtest" (Raw: "webtest")
                 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=28)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.webtest.MainActivity" (Raw: "com.example.webtest.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=42)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=52)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040000
                   E: intent-filter (line=56)
                     E: action (line=57)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=59)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: service (line=63)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.AlarmService" (Raw: "io.flutter.plugins.androidalarmmanager.AlarmService")
                   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=68)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.AlarmBroadcastReceiver" (Raw: "io.flutter.plugins.androidalarmmanager.AlarmBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=71)
                   A: android:name(0x01010003)="io.flutter.plugins.androidalarmmanager.RebootBroadcastReceiver" (Raw: "io.flutter.plugins.androidalarmmanager.RebootBroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   E: intent-filter (line=74)
                     E: action (line=75)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED")
                 E: meta-data (line=82)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=85)
                   A: android:name(0x01010003)="com.google.android.geo.API_KEY" (Raw: "com.google.android.geo.API_KEY")
                   A: android:value(0x01010024)="AIzaSyDTP6kUU1LvPdDWZxYrtUljwjGi8Dx4pDU" (Raw: "AIzaSyDTP6kUU1LvPdDWZxYrtUljwjGi8Dx4pDU")
                 E: provider (line=89)
                   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.webtest.flutter.image_provider" (Raw: "com.example.webtest.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=94)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0c0000
[   +5 ms] Stopping app 'app.apk' on SM A260G.
[   +1 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell am force-stop com.example.webtest
[ +118 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell pm list packages com.example.webtest
[+1093 ms] package:com.example.webtest
[   +2 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell cat /data/local/tmp/sky.com.example.webtest.sha1
[  +56 ms] 99527c8b88c86827c7b22c5481fb32541281eec7
[        ] Installing APK.
[   +1 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb version
[   +6 ms] Android Debug Bridge version 1.0.41
           Version 30.0.3-6597393
           Installed as /Users/dhs/Library/Android/sdk/platform-tools/adb
[        ] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb start-server
[   +7 ms] Installing build/app/outputs/flutter-apk/app.apk...
[        ] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f install -t -r /Users/dhs/Documents/NCFlutter/webtest/build/app/outputs/flutter-apk/app.apk
[+10477 ms] Performing Streamed Install
                     Success
[        ] Installing build/app/outputs/flutter-apk/app.apk... (completed in 10.5s)
[   +2 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f shell echo -n 968c5dc71cdf26485a1d75d8d939197c505717db > /data/local/tmp/sky.com.example.webtest.sha1
[  +56 ms] SM A260G startApp
[   +7 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f 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.webtest/com.example.webtest.MainActivity
[ +233 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.webtest/.MainActivity (has extras) }
[   +1 ms] Waiting for observatory port to be available...
[+2186 ms] Observatory URL on device: http://127.0.0.1:55450/1BHfXz8Zy8E=/
[   +3 ms] executing: /Users/dhs/Library/Android/sdk/platform-tools/adb -s 5200763ebcfa861f forward tcp:0 tcp:55450
[  +14 ms] 50643
[   +1 ms] Forwarded host port 50643 to device port 55450 for Observatory
[   +6 ms] Caching compiled dill
[  +53 ms] Connecting to service protocol: http://127.0.0.1:50643/1BHfXz8Zy8E=/
[   +1 ms] DDS is currently disabled due to https://github.com/flutter/flutter/issues/62507
[ +639 ms] Successfully connected to service protocol: http://127.0.0.1:50643/1BHfXz8Zy8E=/
[        ] Waiting for SM A260G to report its views...
[  +13 ms] Waiting for SM A260G to report its views... (completed in 11ms)
[  +15 ms] DevFS: Creating new filesystem on the device (null)
[  +88 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.webtest/code_cache/webtestYEXBAN/webtest/)
[   +3 ms] Updating assets
[ +134 ms] Syncing files to device SM A260G...
[   +1 ms] Scanning asset files
[   +2 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[        ] <- recompile package:webtest/main.dart de0a9264-7982-4865-b13c-adb933785978
[        ] <- de0a9264-7982-4865-b13c-adb933785978
[  +56 ms] Updating files
[ +528 ms] DevFS: Sync finished
[   +1 ms] Syncing files to device SM A260G... (completed in 591ms)
[   +1 ms] Synced 6.4MB.
[   +1 ms] <- accept
[   +7 ms] Connected to _flutterView/0xebba1810.
[   +2 ms] Flutter run key commands.
[   +2 ms] r Hot reload. 🔥🔥🔥
[   +1 ms] R Hot restart.
[   +1 ms] h Repeat this help message.
[   +1 ms] d Detach (terminate "flutter run" but leave application running).
[   +1 ms] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] An Observatory debugger and profiler on SM A260G is available at: http://127.0.0.1:50643/1BHfXz8Zy8E=/


flutter doctor -v
[✓] Flutter (Channel stable, 1.22.6, on Mac OS X 10.15.4 19E2269 darwin-x64,
    locale en-IN)
    • Flutter version 1.22.6 at /Users/dhs/documents/Fluttersdk/flutter
    • Framework revision 9b2d32b605 (2 weeks ago), 2021-01-22 14:36:39 -0800
    • Engine revision 2f0af37152
    • Dart version 2.10.5

 
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
    • Android SDK at /Users/dhs/Library/Android/sdk
    • Platform android-30, build-tools 30.0.0
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.3, Build version 12C33
    • CocoaPods version 1.9.3

[!] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)

[✓] VS Code (version 1.52.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.18.1

[✓] Connected device (2 available)
    • SM A260G (mobile)          • 5200763ebcfa861f                     •
      android-arm • Android 8.1.0 (API 27)
    • iPhone 12 Pro Max (mobile) • A5473606-0213-4FD8-BA16-553433949729 • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-14-3 (simulator)

! Doctor found issues in 1 category.

I am going ahead and closing this as not reproducible and probably fixed with so many updatea made to the plugin. If anybody disagrees, write in comment and I'll reopen it.

@github-actions
Copy link

github-actions bot commented Aug 6, 2021

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

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 6, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: quality A truly polished experience c: crash Stack traces logged to the console p: image_picker The Image Picker plugin. p: tooling Affects the flutter_plugin_tools package P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. t: gradle "flutter build" and "flutter run" on Android
Projects
None yet
Development

No branches or pull requests