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

This version of sqflite will break your Android build if it or its dependencies aren't compatible with AndroidX. #311

Closed
alejandro952 opened this issue Nov 21, 2019 · 3 comments

Comments

@alejandro952
Copy link

alejandro952 commented Nov 21, 2019

Steps to Reproduce

pubsect yml

environment:
  sdk: ">=2.4.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  flutter_crashlytics: ^1.0.0
  rxdart: 0.22.2
  kiwi: ^0.2.0
  http: ^0.12.0+2
  shared_preferences: ^0.5.3+4
  image_picker: ^0.6.1+4
  photo_view: ^0.5.0
  cached_network_image: ^1.1.1
  smooth_star_rating: ^1.0.2
  carousel_slider: ^1.3.1
  dio: ^2.1.0
  url_launcher: ^5.1.3
  webview_flutter: ^0.3.5+3
  flare_flutter: ^1.7.1
  geolocator: ^5.1.3
  path_provider: ^1.4.4
  sqflite: ^1.1.7+2
android /app/ bundle

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
apply plugin: 'com.google.gms.google-services'

android/ bundle
 dependencies {
        classpath 'com.android.tools.build:gradle:3.5.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath 'com.google.gms:google-services:4.3.2'

    }

## Logs
      ] > Task :url_launcher:mergeDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:compileDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:generateDebugAssets UP-TO-DATE
[        ] > Task :url_launcher:packageDebugAssets UP-TO-DATE
[        ] > Task :webview_flutter:mergeDebugShaders UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugShaders UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugAssets UP-TO-DATE
[        ] > Task :webview_flutter:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +788 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[        ] > Task :app:writeDebugApplicationId UP-TO-DATE
[        ] > Task :app:processDebugGoogleServices FAILED
[        ] Parsing json file: D:\work\Hotel Share\HS\code\mobile-app\android\app\google-services.json
[   +1 ms]          *********************************************************
[   +1 ms] WARNING: This version of sqflite will break your Android build if it or its dependencies aren't compatible with AndroidX.
[        ]          See https://goo.gl/CP92wY for more information on the problem and how to fix it.
[   +2 ms]          This warning prints for all Android build failures. The real root cause of the error may be unrelated.
[        ]          *********************************************************
[        ] 42 actionable tasks: 5 executed, 37 up-to-date
       f4806979905f           device product:laurel_sprout_eea model:Mi_A3 device:laurel_sprout transport_id:1
[  +33 ms] D:\work\sdks\android\platform-tools\adb.exe -s f4806979905f shell getprop
[ +212 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[  +10 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[   +9 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +110 ms] Found plugin flutter_crashlytics at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\flutter_crashlytics-1.0.0\
[  +14 ms] Found plugin geolocator at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\geolocator-5.1.5\
[   +4 ms] Found plugin google_api_availability at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\google_api_availability-2.0.1\
[   +9 ms] Found plugin image_picker at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\image_picker-0.6.1+10\
[  +13 ms] Found plugin location_permissions at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\location_permissions-2.0.3\
[  +15 ms] Found plugin path_provider at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\path_provider-1.4.4\
[  +28 ms] Found plugin shared_preferences at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.4+3\
[  +11 ms] Found plugin sqflite at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\sqflite-1.1.7+2\
[  +24 ms] Found plugin url_launcher at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\url_launcher-5.2.1\
[   +8 ms] Found plugin webview_flutter at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\webview_flutter-0.3.15+1\
[ +126 ms] Found plugin flutter_crashlytics at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\flutter_crashlytics-1.0.0\
[   +8 ms] Found plugin geolocator at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\geolocator-5.1.5\
[   +3 ms] Found plugin google_api_availability at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\google_api_availability-2.0.1\
[   +7 ms] Found plugin image_picker at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\image_picker-0.6.1+10\
[   +6 ms] Found plugin location_permissions at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\location_permissions-2.0.3\
[  +10 ms] Found plugin path_provider at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\path_provider-1.4.4\
[  +14 ms] Found plugin shared_preferences at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.4+3\
[   +9 ms] Found plugin sqflite at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\sqflite-1.1.7+2\
[  +18 ms] Found plugin url_launcher at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\url_launcher-5.2.1\
[   +5 ms] Found plugin webview_flutter at D:\Flutter\flutter-1.9.1-hotfix\flutter-1.9.1-hotfix\.pub-cache\hosted\pub.dartlang.org\webview_flutter-0.3.15+1\
[  +84 ms] ro.hardware = qcom
[ +107 ms] Launching lib/main_dev.dart on Mi A3 in debug mode...
[  +30 ms] Initializing gradle...
[   +2 ms] Using gradle from D:\work\Hotel Share\HS\code\mobile-app\android\gradlew.bat.
[ +256 ms] executing: D:\work\Hotel Share\HS\code\mobile-app\android\gradlew.bat -v
[+1661 ms]
                    ------------------------------------------------------------
                    Gradle 6.0.1
                    ------------------------------------------------------------

                    Build time:   2019-11-18 20:25:01 UTC
                    Revision:     fad121066a68c4701acd362daf4287a7c309a0f5

                    Kotlin:       1.3.50
                    Groovy:       2.5.8
                    Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
                    JVM:          1.8.0_202-release (JetBrains s.r.o 25.202-b03)
                    OS:           Windows 10 10.0 amd64
[  +18 ms] Initializing gradle... (completed in 1.9s)
[   +3 ms] Resolving dependencies...
[   +1 ms] executing: [D:\work\Hotel Share\HS\code\mobile-app\android\] D:\work\Hotel Share\HS\code\mobile-app\android\gradlew.bat app:properties
[+4145 ms]
                    > Configure project :app
                    WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variantOutput.getProcessResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variantOutput.getProcessManifest()' is obsolete and has been replaced with 'variantOutput.getProcessManifestProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variantOutput.getProcessManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getExternalNativeBuildTasks(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)

                    > Task :app:properties

                    ------------------------------------------------------------
                    Project :app
                    ------------------------------------------------------------

                    INTERNAL__CHECKED_MINIMUM_PLUGIN_VERSIONS: true
                    _internalAndroidGradlePluginDependencyCheckerRegistered: true
                    allprojects: [project ':app']
                    android: extension 'android'
                    android.enableJetifier: true
                    android.useAndroidX: true
                    ant: org.gradle.api.internal.project.DefaultAntBuilder@5fa6f200
                    antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@5604c955
                    archivesBaseName: app
                    artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@727700c5
                    asDynamicObject: DynamicObject for project ':app'
                    assembleDebug: task ':app:assembleDebug'
                    assembleProfile: task ':app:assembleProfile'
                    assembleRelease: task ':app:assembleRelease'
                    autoTargetJvmDisabled: false
                    baseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@544683a3
                    buildDir: D:\work\Hotel Share\HS\code\mobile-app\build\app
                    buildFile: D:\work\Hotel Share\HS\code\mobile-app\android\app\build.gradle
                    buildOutputs: BaseVariantOutput container
                    buildPath: :
                    buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@3c184dd9
                    buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@4c26656e
                    childProjects: {}
                    class: class org.gradle.api.internal.project.DefaultProject_Decorated
                    classLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@61d3507
                    compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
                    compileDebugAndroidTestKotlin: task ':app:compileDebugAndroidTestKotlin'
                    compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
                    compileDebugKotlin: task ':app:compileDebugKotlin'
                    compileDebugSources: task ':app:compileDebugSources'
                    compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
                    compileDebugUnitTestKotlin: task ':app:compileDebugUnitTestKotlin'
                    compileFlutterBuildDebugArm: task ':app:compileFlutterBuildDebugArm'
                    compileFlutterBuildDebugArm64: task ':app:compileFlutterBuildDebugArm64'
                    compileFlutterBuildProfileArm: task ':app:compileFlutterBuildProfileArm'
                    compileFlutterBuildProfileArm64: task ':app:compileFlutterBuildProfileArm64'
                    compileFlutterBuildReleaseArm: task ':app:compileFlutterBuildReleaseArm'
                    compileFlutterBuildReleaseArm64: task ':app:compileFlutterBuildReleaseArm64'
                    compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
                    compileProfileKotlin: task ':app:compileProfileKotlin'
                    compileProfileSources: task ':app:compileProfileSources'
                    compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
                    compileProfileUnitTestKotlin: task ':app:compileProfileUnitTestKotlin'
                    compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
                    compileReleaseKotlin: task ':app:compileReleaseKotlin'
                    compileReleaseSources: task ':app:compileReleaseSources'
                    compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
                    compileReleaseUnitTestKotlin: task ':app:compileReleaseUnitTestKotlin'
                    components: SoftwareComponentInternal set
                    configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@6626f5fc
                    configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@18ae0a64
                    configurations: configuration container
                    convention: org.gradle.internal.extensibility.DefaultConvention@67dc010a
                    copyFlutterAssetsDebug: task ':app:copyFlutterAssetsDebug'
                    copyFlutterAssetsProfile: task ':app:copyFlutterAssetsProfile'
                    copyFlutterAssetsRelease: task ':app:copyFlutterAssetsRelease'
                    crashlytics: extension 'crashlytics'
                    crashlyticsUploadDistributionDebug: task ':app:crashlyticsUploadDistributionDebug'
                    crashlyticsUploadDistributionProfile: task ':app:crashlyticsUploadDistributionProfile'
                    crashlyticsUploadDistributionRelease: task ':app:crashlyticsUploadDistributionRelease'
                    defaultArtifacts: extension 'defaultArtifacts'
                    defaultTasks: []
                    deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@886a5fb
                    dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@595e3802
                    dependencyLocking: org.gradle.internal.locking.DefaultDependencyLockingHandler_Decorated@314be467
                    depth: 1
                    description: null
                    displayName: project ':app'
                    distsDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\distributions
                    distsDirName: distributions
                    distsDirectory: property(interface org.gradle.api.file.Directory, map(property(interface org.gradle.api.file.Directory, fixed(class
                    org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, D:\work\Hotel Share\HS\code\mobile-app\build\app))))
                    docsDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\docs
                    docsDirName: docs
                    ext: org.gradle.internal.extensibility.DefaultExtraPropertiesExtension@36987715
                    extensions: org.gradle.internal.extensibility.DefaultConvention@67dc010a
                    fabricGenerateResourcesDebug: task ':app:fabricGenerateResourcesDebug'
                    fabricGenerateResourcesProfile: task ':app:fabricGenerateResourcesProfile'
                    fabricGenerateResourcesRelease: task ':app:fabricGenerateResourcesRelease'
                    fileOperations: org.gradle.api.internal.file.DefaultFileOperations@b0cb540
                    fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@233a120b
                    flutter: extension 'flutter'
                    googleServices: extension 'googleServices'
                    gradle: build 'android'
                    group: android
                    identityPath: :app
                    inheritedScope: org.gradle.internal.extensibility.ExtensibleDynamicObject$InheritedDynamicObject@4dbca2d7
                    java: extension 'java'
                    kotlin: extension 'kotlin'
                    kotlin.plugin.loaded.in.projects.1.3.50: :app
                    kotlinTestRegistry: org.jetbrains.kotlin.gradle.testing.internal.KotlinTestsRegistry@38e944aa
                    kotlin_version: 1.3.50
                    layout: org.gradle.api.internal.file.DefaultProjectLayout@56a14042
                    libsDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\libs
                    libsDirName: libs
                    libsDirectory: property(interface org.gradle.api.file.Directory, map(property(interface org.gradle.api.file.Directory, fixed(class
                    org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, D:\work\Hotel Share\HS\code\mobile-app\build\app))))
                    lintVitalRelease: task ':app:lintVitalRelease'
                    listenerBuildOperationDecorator: org.gradle.configuration.internal.DefaultListenerBuildOperationDecorator@25f8aad7
                    logger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@14221b33
                    logging: org.gradle.internal.logging.services.DefaultLoggingManager@d7a0ea5
                    mergeDebugAssets: task ':app:mergeDebugAssets'
                    mergeDebugResources: task ':app:mergeDebugResources'
                    mergeProfileAssets: task ':app:mergeProfileAssets'
                    mergeProfileResources: task ':app:mergeProfileResources'
                    mergeReleaseAssets: task ':app:mergeReleaseAssets'
                    mergeReleaseResources: task ':app:mergeReleaseResources'
                    model: project :app
                    modelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@7f44c7b4
                    modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@3321336e
                    module: org.gradle.api.internal.artifacts.ProjectBackedModule@2d73e03e
                    mutationState: project :app
                    name: app
                    normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@23bb3b4e
                    objects: org.gradle.api.internal.model.DefaultObjectFactory@437583fc
                    org.gradle.jvmargs: -Xmx1536M
                    packLibsflutterBuildDebug: task ':app:packLibsflutterBuildDebug'
                    packLibsflutterBuildProfile: task ':app:packLibsflutterBuildProfile'
                    packLibsflutterBuildRelease: task ':app:packLibsflutterBuildRelease'
                    packageDebug: task ':app:packageDebug'
                    packageProfile: task ':app:packageProfile'
                    packageRelease: task ':app:packageRelease'
                    parent: root project 'android'
                    parentIdentifier: root project 'android'
                    path: :app
                    pluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@1e27a211
                    plugins: [org.gradle.api.plugins.HelpTasksPlugin@4707bf06, org.gradle.buildinit.plugins.BuildInitPlugin@3d9c9de3, org.gradle.buildinit.plugins.WrapperPlugin@521983cf,
                    com.android.build.gradle.api.AndroidBasePlugin@710d94b7, org.gradle.language.base.plugins.LifecycleBasePlugin@b88ea1f, org.gradle.api.plugins.BasePlugin@52a21d08,
                    org.gradle.api.plugins.ReportingBasePlugin@4c3beb68, org.gradle.api.plugins.JavaBasePlugin@518e7674, com.android.build.gradle.AppPlugin@1d1aa648,
                    org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper@5f12a2be, com.crashlytics.tools.gradle.CrashlyticsPlugin@4c61729f, FlutterPlugin@6efe80b1,
                    com.google.gms.googleservices.GoogleServicesPlugin@269e43c0]
                    processDebugAndroidTestResources: task ':app:processDebugAndroidTestResources'
                    processDebugGoogleServices: task ':app:processDebugGoogleServices'
                    processDebugManifest: task ':app:processDebugManifest'
                    processDebugResources: task ':app:processDebugResources'
                    processOperations: org.gradle.process.internal.DefaultExecActionFactory$DecoratingExecActionFactory@6cd312ff
                    processProfileGoogleServices: task ':app:processProfileGoogleServices'
                    processProfileManifest: task ':app:processProfileManifest'
                    processProfileResources: task ':app:processProfileResources'
                    processReleaseGoogleServices: task ':app:processReleaseGoogleServices'
                    processReleaseManifest: task ':app:processReleaseManifest'
                    processReleaseResources: task ':app:processReleaseResources'
                    project: project ':app'
                    projectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@2be16070
                    projectDir: D:\work\Hotel Share\HS\code\mobile-app\android\app
                    projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
                    projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@318086b5
                    projectPath: :app
                    projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@65d44306
                    properties: {...}
                    providers: org.gradle.api.internal.provider.DefaultProviderFactory@b52f5f
                    publicType: org.gradle.api.plugins.BasePluginConvention
                    reporting: extension 'reporting'
                    reportsDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\reports
                    repositories: repository container
                    resources: org.gradle.api.internal.resources.DefaultResourceHandler@1164f1a9
                    rootDir: D:\work\Hotel Share\HS\code\mobile-app\android
                    rootProject: root project 'android'
                    script: false
                    scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@3126f115
                    scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@4a67caa
                    serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@432dd34b
                    services: ProjectScopeServices
                    sourceCompatibility: 1.8
                    sourceSets: SourceSet container
                    standardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@d7a0ea5
                    state: project state 'EXECUTED'
                    status: integration
                    subprojects: []
                    targetCompatibility: 1.8
                    tasks: task set
                    testReportDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\reports\tests
                    testReportDirName: tests
                    testResultsDir: D:\work\Hotel Share\HS\code\mobile-app\build\app\test-results
                    testResultsDirName: test-results
                    version: unspecified
                    1 actionable task: 1 executed
[  +21 ms] executing: [D:\work\Hotel Share\HS\code\mobile-app\android\] D:\work\Hotel Share\HS\code\mobile-app\android\gradlew.bat app:tasks --all --console=auto
[+4825 ms]
                    > Configure project :app
                    WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variantOutput.getProcessResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variantOutput.getProcessManifest()' is obsolete and has been replaced with 'variantOutput.getProcessManifestProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variantOutput.getProcessManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
                    It will be removed at the end of 2019.
                    For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
                    To determine what is calling variant.getExternalNativeBuildTasks(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
                    registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)

                    > Task :app:tasks

                    ------------------------------------------------------------
                    Tasks runnable from project :app
                    ------------------------------------------------------------

                    Android tasks
                    -------------
                    androidDependencies - Displays the Android dependencies of the project.
                    signingReport - Displays the signing info for the base and test modules
                    sourceSets - Prints out all the source sets defined in this project.

                    Build tasks
                    -----------
                    assemble - Assemble main outputs for all the variants.
                    assembleAndroidTest - Assembles all the Test applications.
                    build - Assembles and tests this project.
                    buildDependents - Assembles and tests this project and all projects that depend on it.
                    buildNeeded - Assembles and tests this project and all projects it depends on.
                    bundle - Assemble bundles for all the variants.
                    clean - Deletes the build directory.
                    cleanBuildCache - Deletes the build cache directory.
                    compileDebugAndroidTestSources
                    compileDebugSources
                    compileDebugUnitTestSources
                    compileProfileSources
                    compileProfileUnitTestSources
                    compileReleaseSources
                    compileReleaseUnitTestSources

                    Cleanup tasks
                    -------------
                    lintFix - Runs lint on all variants and applies any safe suggestions to the source code.

                    Help tasks
                    ----------
                    buildEnvironment - Displays all buildscript dependencies declared in project ':app'.
                    components - Displays the components produced by project ':app'. [incubating]
                    dependencies - Displays all dependencies declared in project ':app'.
                    dependencyInsight - Displays the insight into a specific dependency in project ':app'.
                    dependentComponents - Displays the dependent components of components in project ':app'. [incubating]
                    help - Displays a help message.
                    model - Displays the configuration model of project ':app'. [incubating]
                    outgoingVariants - Displays the outgoing variants of project ':app'.
                    projects - Displays the sub-projects of project ':app'.
                    properties - Displays the properties of project ':app'.
                    tasks - Displays the tasks runnable from project ':app'.

                    Install tasks
                    -------------
                    installDebug - Installs the Debug build.
                    installDebugAndroidTest - Installs the android (on device) tests for the Debug build.
                    installProfile - Installs the Profile build.
                    installRelease - Installs the Release build.
                    uninstallAll - Uninstall all applications.
                    uninstallDebug - Uninstalls the Debug build.
                    uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build.
                    uninstallProfile - Uninstalls the Profile build.
                    uninstallRelease - Uninstalls the Release build.

                    Verification tasks
                    ------------------
                    check - Runs all checks.
                    connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
                    connectedCheck - Runs all device checks on currently connected devices.
                    connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices.
                    deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
                    deviceCheck - Runs all device checks using Device Providers and Test Servers.
                    lint - Runs lint on all variants.
                    lintDebug - Runs lint on the Debug build.
                    lintProfile - Runs lint on the Profile build.
                    lintRelease - Runs lint on the Release build.
                    lintVitalRelease - Runs lint on just the fatal issues in the release build.
                    test - Run unit tests for all variants.
                    testDebugUnitTest - Run unit tests for the debug build.
                    testProfileUnitTest - Run unit tests for the profile build.
                    testReleaseUnitTest - Run unit tests for the release build.

                    Other tasks
                    -----------
                    assembleDebug - Assembles main output for variant debug
                    assembleDebugAndroidTest - Assembles main output for variant debugAndroidTest
                    assembleDebugUnitTest - Assembles main output for variant debugUnitTest
                    assembleProfile - Assembles main output for variant profile
                    assembleProfileUnitTest - Assembles main output for variant profileUnitTest
                    assembleRelease - Assembles main output for variant release
                    assembleReleaseUnitTest - Assembles main output for variant releaseUnitTest
                    buildDebugPreBundle
                    buildProfilePreBundle
                    buildReleasePreBundle
                    bundleDebug - Assembles bundle for variant debug
                    bundleDebugAndroidTestClasses
                    bundleDebugAndroidTestResources
                    bundleDebugClasses
                    bundleDebugResources
                    bundleDebugUnitTestClasses
                    bundleProfile - Assembles bundle for variant profile
                    bundleProfileClasses
                    bundleProfileResources
                    bundleProfileUnitTestClasses
                    bundleRelease - Assembles bundle for variant release
                    bundleReleaseClasses
                    bundleReleaseResources
                    bundleReleaseUnitTestClasses
                    checkDebugAndroidTestDuplicateClasses
                    checkDebugDuplicateClasses
                    checkDebugManifest
                    checkProfileDuplicateClasses
                    checkProfileManifest
                    checkReleaseDuplicateClasses
                    checkReleaseManifest
                    collectDebugDependencies
                    collectProfileDependencies
                    collectReleaseDependencies
                    compileDebugAidl
                    compileDebugAndroidTestAidl
                    compileDebugAndroidTestJavaWithJavac
                    compileDebugAndroidTestKotlin - Compiles the debugAndroidTest kotlin.
                    compileDebugAndroidTestRenderscript
                    compileDebugAndroidTestShaders
                    compileDebugJavaWithJavac
                    compileDebugKotlin - Compiles the debug kotlin.
                    compileDebugRenderscript
                    compileDebugShaders
                    compileDebugUnitTestJavaWithJavac
                    compileDebugUnitTestKotlin - Compiles the debugUnitTest kotlin.
                    compileFlutterBuildDebugArm
                    compileFlutterBuildDebugArm64
                    compileFlutterBuildProfileArm
                    compileFlutterBuildProfileArm64
                    compileFlutterBuildReleaseArm
                    compileFlutterBuildReleaseArm64
                    compileLint
                    compileProfileAidl
                    compileProfileJavaWithJavac
                    compileProfileKotlin - Compiles the profile kotlin.
                    compileProfileRenderscript
                    compileProfileShaders
                    compileProfileUnitTestJavaWithJavac
                    compileProfileUnitTestKotlin - Compiles the profileUnitTest kotlin.
                    compileReleaseAidl
                    compileReleaseJavaWithJavac
                    compileReleaseKotlin - Compiles the release kotlin.
                    compileReleaseRenderscript
                    compileReleaseShaders
                    compileReleaseUnitTestJavaWithJavac
                    compileReleaseUnitTestKotlin - Compiles the releaseUnitTest kotlin.
                    configureDebugDependencies
                    configureProfileDependencies
                    configureReleaseDependencies
                    consumeConfigAttr
                    copyFlutterAssetsDebug
                    copyFlutterAssetsProfile
                    copyFlutterAssetsRelease
                    crashlyticsUploadDistributionDebug - Uploads an APK to Crashlytics for distribution.
                    crashlyticsUploadDistributionProfile - Uploads an APK to Crashlytics for distribution.
                    crashlyticsUploadDistributionRelease - Uploads an APK to Crashlytics for distribution.
                    createDebugCompatibleScreenManifests
                    createMockableJar
                    createProfileCompatibleScreenManifests
                    createReleaseCompatibleScreenManifests
                    desugarDebugAndroidTestFileDependencies
                    desugarDebugFileDependencies
                    desugarProfileFileDependencies
                    desugarReleaseFileDependencies
                    dummydebugUnitTest
                    dummyprofileUnitTest
                    dummyreleaseUnitTest
                    extractApksForDebug
                    extractApksForProfile
                    extractApksForRelease
                    extractProguardFiles
                    fabricGenerateResourcesDebug - Injects the build id used by the Fabric SDK.
                    fabricGenerateResourcesProfile - Injects the build id used by the Fabric SDK.
                    fabricGenerateResourcesRelease - Injects the build id used by the Fabric SDK.
                    generateDebugAndroidTestAssets
                    generateDebugAndroidTestBuildConfig
                    generateDebugAndroidTestResources
                    generateDebugAndroidTestResValues
                    generateDebugAndroidTestSources
                    generateDebugAssets
                    generateDebugBuildConfig
                    generateDebugFeatureMetadata
                    generateDebugFeatureTransitiveDeps
                    generateDebugResources
                    generateDebugResValues
                    generateDebugSources
                    generateDebugUnitTestAssets
                    generateDebugUnitTestResources
                    generateDebugUnitTestSources
                    generateProfileAssets
                    generateProfileBuildConfig
                    generateProfileFeatureMetadata
                    generateProfileFeatureTransitiveDeps
                    generateProfileResources
                    generateProfileResValues
                    generateProfileSources
                    generateProfileUnitTestAssets
                    generateProfileUnitTestResources
                    generateProfileUnitTestSources
                    generateReleaseAssets
                    generateReleaseBuildConfig
                    generateReleaseFeatureMetadata
                    generateReleaseFeatureTransitiveDeps
                    generateReleaseResources
                    generateReleaseResValues
                    generateReleaseSources
                    generateReleaseUnitTestAssets
                    generateReleaseUnitTestResources
                    generateReleaseUnitTestSources
                    javaPreCompileDebug
                    javaPreCompileDebugAndroidTest
                    javaPreCompileDebugUnitTest
                    javaPreCompileProfile
                    javaPreCompileProfileUnitTest
                    javaPreCompileRelease
                    javaPreCompileReleaseUnitTest
                    mainApkListPersistenceDebug
                    mainApkListPersistenceDebugAndroidTest
                    mainApkListPersistenceProfile
                    mainApkListPersistenceRelease
                    makeApkFromBundleForDebug
                    makeApkFromBundleForProfile
                    makeApkFromBundleForRelease
                    mergeDebugAndroidTestAssets
                    mergeDebugAndroidTestGeneratedProguardFiles
                    mergeDebugAndroidTestJavaResource
                    mergeDebugAndroidTestJniLibFolders
                    mergeDebugAndroidTestNativeLibs
                    mergeDebugAndroidTestResources
                    mergeDebugAndroidTestShaders
                    mergeDebugAssets
                    mergeDebugGeneratedProguardFiles
                    mergeDebugJavaResource
                    mergeDebugJniLibFolders
                    mergeDebugNativeLibs
                    mergeDebugResources
                    mergeDebugShaders
                    mergeDexDebug
                    mergeDexDebugAndroidTest
                    mergeDexProfile
                    mergeDexRelease
                    mergeExtDexDebug
                    mergeExtDexDebugAndroidTest
                    mergeExtDexProfile
                    mergeExtDexRelease
                    mergeProfileAssets
                    mergeProfileGeneratedProguardFiles
                    mergeProfileJavaResource
                    mergeProfileJniLibFolders
                    mergeProfileNativeLibs
                    mergeProfileResources
                    mergeProfileShaders
                    mergeReleaseAssets
                    mergeReleaseGeneratedProguardFiles
                    mergeReleaseJavaResource
                    mergeReleaseJniLibFolders
                    mergeReleaseNativeLibs
                    mergeReleaseResources
                    mergeReleaseShaders
                    packageDebug
                    packageDebugAndroidTest
                    packageDebugBundle
                    packageDebugUniversalApk
                    packageProfile
                    packageProfileBundle
                    packageProfileUniversalApk
                    packageRelease
                    packageReleaseBundle
                    packageReleaseUniversalApk
                    packLibsflutterBuildDebug
                    packLibsflutterBuildProfile
                    packLibsflutterBuildRelease
                    preBuild
                    preDebugAndroidTestBuild
                    preDebugBuild
                    preDebugUnitTestBuild
                    prepareKotlinBuildScriptModel
                    prepareLintJar
                    prepareLintJarForPublish
                    preProfileBuild
                    preProfileUnitTestBuild
                    preReleaseBuild
                    preReleaseUnitTestBuild
                    processDebugAndroidTestJavaRes
                    processDebugAndroidTestManifest
                    processDebugAndroidTestResources
                    processDebugGoogleServices
                    processDebugJavaRes
                    processDebugManifest
                    processDebugResources
                    processDebugUnitTestJavaRes
                    processProfileGoogleServices
                    processProfileJavaRes
                    processProfileManifest
                    processProfileResources
                    processProfileUnitTestJavaRes
                    processReleaseGoogleServices
                    processReleaseJavaRes
                    processReleaseManifest
                    processReleaseResources
                    processReleaseUnitTestJavaRes
                    reportBuildArtifactsDebug
                    reportBuildArtifactsProfile
                    reportBuildArtifactsRelease
                    reportSourceSetTransformAndroidTest
                    reportSourceSetTransformAndroidTestDebug
                    reportSourceSetTransformDebug
                    reportSourceSetTransformMain
                    reportSourceSetTransformProfile
                    reportSourceSetTransformRelease
                    reportSourceSetTransformTest
                    reportSourceSetTransformTestDebug
                    reportSourceSetTransformTestProfile
                    reportSourceSetTransformTestRelease
                    resolveConfigAttr
                    signDebugBundle
                    signingConfigWriterDebug
                    signingConfigWriterDebugAndroidTest
                    signingConfigWriterProfile
                    signingConfigWriterRelease
                    signProfileBundle
                    signReleaseBundle
                    stripDebugDebugSymbols
                    stripProfileDebugSymbols
                    stripReleaseDebugSymbols
                    transformClassesWithDexBuilderForDebug
                    transformClassesWithDexBuilderForDebugAndroidTest
                    transformClassesWithDexBuilderForProfile
                    transformClassesWithDexBuilderForRelease
                    validateSigningDebug
                    validateSigningDebugAndroidTest
                    validateSigningProfile
                    validateSigningRelease
                    writeDebugApplicationId
                    writeDebugModuleMetadata
                    writeProfileApplicationId
                    writeProfileModuleMetadata
                    writeReleaseApplicationId
                    writeReleaseModuleMetadata

                    Rules
                    -----
                    Pattern: clean<TaskName>: Cleans the output files of a task.
                    Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
                    Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
                    1 actionable task: 1 executed
[  +20 ms] Resolving dependencies... (completed in 9.0s)
[ +135 ms] executing: D:\work\sdks\android\platform-tools\adb.exe -s f4806979905f shell -x logcat -v time -t 1
[ +153 ms] Exit code 0 from: D:\work\sdks\android\platform-tools\adb.exe -s f4806979905f shell -x logcat -v time -t 1
[        ] --------- beginning of main
           11-20 16:43:41.187 D/CarrierText( 1966): SIM ready and in service: subId=2, ss={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=2972, duplexMode()=0,
           mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=Cubacel, mVoiceOperatorAlphaShort=Cubacel, mDataOperatorAlphaLong=Cubacel,
           mDataOperatorAlphaShort=Cubacel, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=3(UMTS), mRilDataRadioTechnology=15(HSPAP), mCssIndicator=unsupported,
           mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false,
           mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]}
[   +8 ms] executing: D:\work\sdks\android\platform-tools\adb.exe -s f4806979905f shell -x logcat -v time
[  +12 ms] executing: D:\work\sdks\android\platform-tools\adb.exe version
[  +58 ms] Android Debug Bridge version 1.0.40
           Version 28.0.2-5303910
           Installed as D:\work\sdks\android\platform-tools\adb.exe
[   +5 ms] executing: D:\work\sdks\android\platform-tools\adb.exe start-server
[  +51 ms] Building APK
[  +48 ms] Running Gradle task 'assembleDebug'...
[   +8 ms] executing: [D:\work\Hotel Share\HS\code\mobile-app\android\] D:\work\Hotel Share\HS\code\mobile-app\android\gradlew.bat -Pverbose=true -Ptarget=D:\work\Hotel
Share\HS\code\mobile-app\lib/main_dev.dart -Ptrack-widget-creation=false -Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-arm64 assembleDebug
[+4243 ms] > Configure project :app
[   +2 ms] WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
[        ] It will be removed at the end of 2019.
[  +60 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[ +122 ms] To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[  +30 ms] WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'.
[  +11 ms] It will be removed at the end of 2019.
[   +2 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[        ] To determine what is calling variantOutput.getProcessResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[  +22 ms] WARNING: API 'variantOutput.getProcessManifest()' is obsolete and has been replaced with 'variantOutput.getProcessManifestProvider()'.
[   +6 ms] It will be removed at the end of 2019.
[  +14 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[   +1 ms] To determine what is calling variantOutput.getProcessManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[   +1 ms] WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.
[   +3 ms] It will be removed at the end of 2019.
[   +1 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[        ] To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[   +2 ms] WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.
[  +29 ms] It will be removed at the end of 2019.
[   +4 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[   +1 ms] To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[  +14 ms] WARNING: API 'variant.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.
[   +8 ms] It will be removed at the end of 2019.
[        ] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[        ] To determine what is calling variant.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[        ] WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
[        ] It will be removed at the end of 2019.
[   +3 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
[   +9 ms] To determine what is calling variant.getExternalNativeBuildTasks(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
[   +3 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[  +41 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[   +7 ms] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
[+2444 ms] > Task :app:compileFlutterBuildDebugArm64 UP-TO-DATE
[ +107 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[   +1 ms] > Task :app:preBuild UP-TO-DATE
[  +30 ms] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_crashlytics:preBuild UP-TO-DATE
[   +2 ms] > Task :flutter_crashlytics:preDebugBuild UP-TO-DATE
[   +4 ms] > Task :flutter_crashlytics:compileDebugAidl NO-SOURCE
[   +9 ms] > Task :geolocator:preBuild UP-TO-DATE
[        ] > Task :geolocator:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :geolocator:compileDebugAidl NO-SOURCE
[        ] > Task :google_api_availability:preBuild UP-TO-DATE
[   +1 ms] > Task :google_api_availability:preDebugBuild UP-TO-DATE
[        ] > Task :image_picker:preBuild UP-TO-DATE
[   +1 ms] > Task :image_picker:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :image_picker:compileDebugAidl NO-SOURCE
[   +1 ms] > Task :location_permissions:preBuild UP-TO-DATE
[   +1 ms] > Task :location_permissions:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :path_provider:preBuild UP-TO-DATE
[        ] > Task :path_provider:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences:preBuild UP-TO-DATE
[        ] > Task :shared_preferences:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:preBuild UP-TO-DATE
[        ] > Task :path_provider:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:preDebugBuild UP-TO-DATE
[        ] > Task :sqflite:compileDebugAidl NO-SOURCE
[        ] > Task :url_launcher:preBuild UP-TO-DATE
[        ] > Task :url_launcher:preDebugBuild UP-TO-DATE
[        ] > Task :url_launcher:compileDebugAidl NO-SOURCE
[        ] > Task :location_permissions:compileDebugAidl NO-SOURCE
[        ] > Task :webview_flutter:preBuild UP-TO-DATE
[        ] > Task :webview_flutter:preDebugBuild UP-TO-DATE
[ +191 ms] > Task :google_api_availability:compileDebugAidl NO-SOURCE
[  +20 ms] > Task :webview_flutter:compileDebugAidl NO-SOURCE
[   +1 ms] > Task :app:compileDebugAidl NO-SOURCE
[   +2 ms] > Task :flutter_crashlytics:packageDebugRenderscript NO-SOURCE
[        ] > Task :geolocator:packageDebugRenderscript NO-SOURCE
[        ] > Task :google_api_availability:packageDebugRenderscript NO-SOURCE
[   +1 ms] > Task :image_picker:packageDebugRenderscript NO-SOURCE
[        ] > Task :location_permissions:packageDebugRenderscript NO-SOURCE
[   +2 ms] > Task :path_provider:packageDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:packageDebugRenderscript NO-SOURCE
[   +1 ms] > Task :sqflite:packageDebugRenderscript NO-SOURCE
[   +1 ms] > Task :url_launcher:packageDebugRenderscript NO-SOURCE
[        ] > Task :webview_flutter:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ +115 ms] > Task :app:cleanMergeDebugAssets
[  +79 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[   +5 ms] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_crashlytics:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_crashlytics:compileDebugShaders UP-TO-DATE
[        ] > Task :flutter_crashlytics:generateDebugAssets UP-TO-DATE
[   +2 ms] > Task :flutter_crashlytics:packageDebugAssets UP-TO-DATE
[        ] > Task :geolocator:mergeDebugShaders UP-TO-DATE
[        ] > Task :geolocator:compileDebugShaders UP-TO-DATE
[        ] > Task :geolocator:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :geolocator:packageDebugAssets UP-TO-DATE
[   +2 ms] > Task :google_api_availability:mergeDebugShaders UP-TO-DATE
[   +2 ms] > Task :google_api_availability:compileDebugShaders UP-TO-DATE
[        ] > Task :google_api_availability:generateDebugAssets UP-TO-DATE
[        ] > Task :google_api_availability:packageDebugAssets UP-TO-DATE
[        ] > Task :image_picker:mergeDebugShaders UP-TO-DATE
[        ] > Task :image_picker:compileDebugShaders UP-TO-DATE
[        ] > Task :image_picker:generateDebugAssets UP-TO-DATE
[  +77 ms] > Task :image_picker:packageDebugAssets UP-TO-DATE
[   +3 ms] > Task :location_permissions:mergeDebugShaders UP-TO-DATE
[   +1 ms] > Task :location_permissions:compileDebugShaders UP-TO-DATE
[        ] > Task :location_permissions:generateDebugAssets UP-TO-DATE
[        ] > Task :location_permissions: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 :shared_preferences:mergeDebugShaders UP-TO-DATE
[   +2 ms] > Task :shared_preferences:compileDebugShaders UP-TO-DATE
[   +2 ms] > Task :shared_preferences:generateDebugAssets UP-TO-DATE
[  +15 ms] > Task :shared_preferences:packageDebugAssets UP-TO-DATE
[   +5 ms] > Task :sqflite:mergeDebugShaders UP-TO-DATE
[  +13 ms] > Task :sqflite:compileDebugShaders UP-TO-DATE
[        ] > Task :sqflite:generateDebugAssets UP-TO-DATE
[        ] > Task :sqflite:packageDebugAssets UP-TO-DATE
[   +1 ms] > Task :url_launcher:mergeDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:compileDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:generateDebugAssets UP-TO-DATE
[        ] > Task :url_launcher:packageDebugAssets UP-TO-DATE
[  +46 ms] > Task :webview_flutter:mergeDebugShaders UP-TO-DATE
[   +1 ms] > Task :webview_flutter:compileDebugShaders UP-TO-DATE
[   +2 ms] > Task :webview_flutter:generateDebugAssets UP-TO-DATE
[   +2 ms] > Task :webview_flutter:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +908 ms] > Task :app:copyFlutterAssetsDebug
[   +1 ms] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[        ] > Task :app:writeDebugApplicationId UP-TO-DATE
[        ] > Task :app:processDebugGoogleServices FAILED
[        ] Parsing json file: D:\work\Hotel Share\HS\code\mobile-app\android\app\google-services.json
[   +1 ms]          *********************************************************
[        ] WARNING: This version of sqflite will break your Android build if it or its dependencies aren't compatible with AndroidX.
[        ]          See https://goo.gl/CP92wY for more information on the problem and how to fix it.
[        ]          This warning prints for all Android build failures. The real root cause of the error may be unrelated.
[        ]          *********************************************************
[        ] 42 actionable tasks: 4 executed, 38 up-to-date
[ +511 ms] Running Gradle task 'assembleDebug'... (completed in 9.3s)
[   +5 ms] "flutter run" took 22,109ms.
Gradle task assembleDebug failed with exit code 1

#0      throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1      _buildGradleProjectV2 (package:flutter_tools/src/android/gradle.dart:751:5)
<asynchronous suspension>
#2      buildGradleProject (package:flutter_tools/src/android/gradle.dart:494:14)
<asynchronous suspension>
#3      buildApk (package:flutter_tools/src/android/apk.dart:34:9)
<asynchronous suspension>
#4      AndroidDevice.startApp (package:flutter_tools/src/android/android_device.dart:486:13)
<asynchronous suspension>
#5      FlutterDevice.runHot (package:flutter_tools/src/resident_runner.dart:378:54)
<asynchronous suspension>
#6      HotRunner.run (package:flutter_tools/src/run_hot.dart:254:39)
<asynchronous suspension>
#7      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:472:37)
<asynchronous suspension>
#8      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:490:18)
#9      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:71: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:137:18)
#13     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:678:45)
#14     Future._propagateToListeners (dart:async/future_impl.dart:707:32)
#15     Future._completeWithValue (dart:async/future_impl.dart:522:5)
#16     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:30:15)
#17     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:288:13)
#18     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#19     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:71:64)
#20     _rootRunUnary (dart:async/zone.dart:1132:38)
#21     _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#22     _FutureListener.handleValue (dart:async/future_impl.dart:137:18)
#23     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:678:45)
#24     Future._propagateToListeners (dart:async/future_impl.dart:707:32)
#25     Future._completeWithValue (dart:async/future_impl.dart:522:5)
#26     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:30:15)
#27     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:288:13)
#28     AndroidDevice.isLocalEmulator (package:flutter_tools/src/android/android_device.dart)
#29     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:71:64)
#30     _rootRunUnary (dart:async/zone.dart:1132:38)
#31     _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#32     _FutureListener.handleValue (dart:async/future_impl.dart:137:18)
#33     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:678:45)
#34     Future._propagateToListeners (dart:async/future_impl.dart:707:32)
#35     Future._completeWithValue (dart:async/future_impl.dart:522:5)
#36     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:552:7)
#37     _rootRun (dart:async/zone.dart:1124:13)
#38     _CustomZone.run (dart:async/zone.dart:1021:19)
#39     _CustomZone.runGuarded (dart:async/zone.dart:923:7)
#40     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:963:23)
#41     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#42     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#43     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:116:13)
#44     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:173:5)

tanks in advance

@alextekartik
Copy link
Contributor

This is just a warning from sqflite (that I'm currently removing but it is hard to follow the good build rules from flutter plugins) so I'm not sure your build is failing due to sqflite....

@alextekartik
Copy link
Contributor

Task :app:processDebugGoogleServices FAILED

I think the failure is related to a google-services.json missing for firebase or other

@omidraha
Copy link
Contributor

please remove #numbers in your logs, this caused to related this issue to all other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants