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

Firebase For Flutter Execution failed for task ':app:transformClassesWithDexForDebug'. #23131

Closed
kyleorin opened this issue Oct 16, 2018 · 34 comments
Labels
c: crash Stack traces logged to the console t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@kyleorin
Copy link

Steps to Reproduce

Everything has been working just fine until a couple of minutes ago when suddenly I got the following:

* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.
* 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 1m 4s
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Flutter Doctor

Here's my flutter doctor -v:

[✓] Flutter (Channel beta, v0.10.0, on Mac OS X 10.14.1 18B57c, locale en-UK)
    • Flutter version 0.10.0 at /Users/administrator/dev/flutter
    • Framework revision d954ae6850 (6 days ago), 2018-10-09 16:21:06 -0400
    • Engine revision bf377896ff
    • Dart version 2.1.0-dev.6.0.flutter-a50dfd6698

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
    • Android SDK at /Users/administrator/Library/Android/sdk/
    • Android NDK at /Users/administrator/Library/Android/sdk/ndk-bundle
    • Platform android-28, build-tools 28.0.2
    • ANDROID_HOME = /Users/administrator/Library/Android/sdk/
    • 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-beta.app/Contents/Developer
    • Xcode 10.0, Build version 10L232m
    • ios-deploy 2.0.0
    • 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)

[✓] Connected device (1 available)
    • Android SDK built for x86 • emulator-5554 • android-x86 • Android 8.0.0 (API 26) (emulator)

• No issues found!

Logs

When I run the app using flutter run -v this is my output:

[ +155 ms] executing: [/Users/administrator/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +169 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[   +1 ms] origin/beta
[   +1 ms] executing: [/Users/administrator/dev/flutter/] git rev-parse --abbrev-ref HEAD
[  +30 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +4 ms] beta
[   +1 ms] executing: [/Users/administrator/dev/flutter/] git ls-remote --get-url origin
[  +33 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[   +1 ms] executing: [/Users/administrator/dev/flutter/] git log -n 1 --pretty=format:%H
[  +42 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] d954ae6850a06ea461d5595cef424e278ed9f17f
[   +1 ms] executing: [/Users/administrator/dev/flutter/] git log -n 1 --pretty=format:%ar
[  +36 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] 6 days ago
[   +1 ms] executing: [/Users/administrator/dev/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +52 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v0.10.0-0-gd954ae685
[+1062 ms] executing: /Users/administrator/Library/Android/sdk/platform-tools/adb devices -l
[  +19 ms] Exit code 0 from: /Users/administrator/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86 transport_id:26
[  +38 ms] executing: idevice_id -h
[ +114 ms] /usr/bin/xcrun simctl list --json devices
[ +965 ms] Found plugin cloud_firestore at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[  +42 ms] Found plugin firebase_admob at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_admob-0.6.1+1/
[   +7 ms] Found plugin firebase_auth at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[  +10 ms] Found plugin firebase_core at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[  +53 ms] Found plugin geolocator at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-2.1.0/
[   +9 ms] Found plugin google_api_availability at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-1.0.4/
[   +4 ms] Found plugin google_sign_in at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[  +81 ms] Found plugin permission_handler at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-2.1.0/
[  +32 ms] Found plugin shared_preferences at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[ +168 ms] Found plugin cloud_firestore at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[  +18 ms] Found plugin firebase_admob at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_admob-0.6.1+1/
[   +3 ms] Found plugin firebase_auth at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[   +4 ms] Found plugin firebase_core at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[  +28 ms] Found plugin geolocator at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-2.1.0/
[   +6 ms] Found plugin google_api_availability at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-1.0.4/
[   +4 ms] Found plugin google_sign_in at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[  +52 ms] Found plugin permission_handler at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-2.1.0/
[  +23 ms] Found plugin shared_preferences at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[ +190 ms] /Users/administrator/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop
[  +87 ms] ro.hardware = ranchu
[  +56 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[+2709 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
[ +105 ms] Initializing gradle...
[  +20 ms] Using gradle from /Users/administrator/Desktop/apps/luze/luze/android/gradlew.
[+1052 ms] executing: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[ +308 ms] Exit code 0 from: /usr/bin/defaults read /Applications/Android Studio.app/Contents/Info CFBundleShortVersionString
[        ] 3.2
[ +276 ms] executing: /Users/administrator/Desktop/apps/luze/luze/android/gradlew -v
[+1657 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.1 x86_64
[        ] Initializing gradle... (completed)
[   +1 ms] Resolving dependencies...
[        ] executing: [/Users/administrator/Desktop/apps/luze/luze/android/] /Users/administrator/Desktop/apps/luze/luze/android/gradlew app:properties
[+2131 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@92f14ae
                   androidDependencies: task ':app:androidDependencies'
                   ant: org.gradle.api.internal.project.DefaultAntBuilder@3c455e9a
                   antBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@710222a9
                   archivesBaseName: app
                   artifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@6dadc971
                   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@1c562a0e
                   buildDependents: task ':app:buildDependents'
                   buildDir: /Users/administrator/Desktop/apps/luze/luze/build/app
                   buildFile: /Users/administrator/Desktop/apps/luze/luze/android/app/build.gradle
                   buildNeeded: task ':app:buildNeeded'
                   buildOutputs: BaseVariantOutput container
                   buildPath: :
                   buildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@af11690
                   buildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@6a066a0d
                   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@69e3d07d
                   cleanBuildCache: task ':app:cleanBuildCache'
                   compileDebugAidl: task ':app:compileDebugAidl'
                   compileDebugAndroidTestAidl: task ':app:compileDebugAndroidTestAidl'
                   compileDebugAndroidTestJavaWithJavac: task ':app:compileDebugAndroidTestJavaWithJavac'
                   compileDebugAndroidTestNdk: task ':app:compileDebugAndroidTestNdk'
                   compileDebugAndroidTestRenderscript: task ':app:compileDebugAndroidTestRenderscript'
                   compileDebugAndroidTestShaders: task ':app:compileDebugAndroidTestShaders'
                   compileDebugAndroidTestSources: task ':app:compileDebugAndroidTestSources'
                   compileDebugJavaWithJavac: task ':app:compileDebugJavaWithJavac'
                   compileDebugNdk: task ':app:compileDebugNdk'
                   compileDebugRenderscript: task ':app:compileDebugRenderscript'
                   compileDebugShaders: task ':app:compileDebugShaders'
                   compileDebugSources: task ':app:compileDebugSources'
                   compileDebugUnitTestJavaWithJavac: task ':app:compileDebugUnitTestJavaWithJavac'
                   compileDebugUnitTestSources: task ':app:compileDebugUnitTestSources'
                   compileDynamicProfileAidl: task ':app:compileDynamicProfileAidl'
                   compileDynamicProfileJavaWithJavac: task ':app:compileDynamicProfileJavaWithJavac'
                   compileDynamicProfileNdk: task ':app:compileDynamicProfileNdk'
                   compileDynamicProfileRenderscript: task ':app:compileDynamicProfileRenderscript'
                   compileDynamicProfileShaders: task ':app:compileDynamicProfileShaders'
                   compileDynamicProfileSources: task ':app:compileDynamicProfileSources'
                   compileDynamicProfileUnitTestJavaWithJavac: task ':app:compileDynamicProfileUnitTestJavaWithJavac'
                   compileDynamicProfileUnitTestSources: task ':app:compileDynamicProfileUnitTestSources'
                   compileDynamicReleaseAidl: task ':app:compileDynamicReleaseAidl'
                   compileDynamicReleaseJavaWithJavac: task ':app:compileDynamicReleaseJavaWithJavac'
                   compileDynamicReleaseNdk: task ':app:compileDynamicReleaseNdk'
                   compileDynamicReleaseRenderscript: task ':app:compileDynamicReleaseRenderscript'
                   compileDynamicReleaseShaders: task ':app:compileDynamicReleaseShaders'
                   compileDynamicReleaseSources: task ':app:compileDynamicReleaseSources'
                   compileDynamicReleaseUnitTestJavaWithJavac: task ':app:compileDynamicReleaseUnitTestJavaWithJavac'
                   compileDynamicReleaseUnitTestSources: task ':app:compileDynamicReleaseUnitTestSources'
                   compileLint: task ':app:compileLint'
                   compileProfileAidl: task ':app:compileProfileAidl'
                   compileProfileJavaWithJavac: task ':app:compileProfileJavaWithJavac'
                   compileProfileNdk: task ':app:compileProfileNdk'
                   compileProfileRenderscript: task ':app:compileProfileRenderscript'
                   compileProfileShaders: task ':app:compileProfileShaders'
                   compileProfileSources: task ':app:compileProfileSources'
                   compileProfileUnitTestJavaWithJavac: task ':app:compileProfileUnitTestJavaWithJavac'
                   compileProfileUnitTestSources: task ':app:compileProfileUnitTestSources'
                   compileReleaseAidl: task ':app:compileReleaseAidl'
                   compileReleaseJavaWithJavac: task ':app:compileReleaseJavaWithJavac'
                   compileReleaseNdk: task ':app:compileReleaseNdk'
                   compileReleaseRenderscript: task ':app:compileReleaseRenderscript'
                   compileReleaseShaders: task ':app:compileReleaseShaders'
                   compileReleaseSources: task ':app:compileReleaseSources'
                   compileReleaseUnitTestJavaWithJavac: task ':app:compileReleaseUnitTestJavaWithJavac'
                   compileReleaseUnitTestSources: task ':app:compileReleaseUnitTestSources'
                   components: SoftwareComponentInternal set
                   configurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@44489115
                   configurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@468f4a9a
                   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@1f000644
                   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@68975de1
                   defaultTasks: []
                   deferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@6857b9df
                   dependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@5430e5d5
                   depth: 1
                   description: null
                   deviceAndroidTest: task ':app:deviceAndroidTest'
                   deviceCheck: task ':app:deviceCheck'
                   displayName: project ':app'
                   distsDir: /Users/administrator/Desktop/apps/luze/luze/build/app/distributions
                   distsDirName: distributions
                   docsDir: /Users/administrator/Desktop/apps/luze/luze/build/app/docs
                   docsDirName: docs
                   ext: org.gradle.api.internal.plugins.DefaultExtraPropertiesExtension@4b1dfb31
                   extensions: org.gradle.api.internal.plugins.DefaultConvention@1f000644
                   extractProguardFiles: task ':app:extractProguardFiles'
                   fileOperations: org.gradle.api.internal.file.DefaultFileOperations@1937dfe6
                   fileResolver: org.gradle.api.internal.file.BaseDirFileResolver@4cfb045e
                   flutter: FlutterExtension_Decorated@1f365e59
                   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@3b56fafd
                   gradle: build 'android'
                   group: android
                   identityPath: :app
                   inheritedScope: org.gradle.api.internal.ExtensibleDynamicObject$InheritedDynamicObject@1c39da9e
                   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'
                   layout: org.gradle.api.internal.file.DefaultProjectLayout@874e4b3
                   libsDir: /Users/administrator/Desktop/apps/luze/luze/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@39cdf98a
                   logging: org.gradle.internal.logging.services.DefaultLoggingManager@259db772
                   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@2990202e
                   modelSchemaStore: org.gradle.model.internal.manage.schema.extract.DefaultModelSchemaStore@43f7f7f3
                   module: org.gradle.api.internal.artifacts.ProjectBackedModule@91402eb
                   name: app
                   normalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@7b2ff2a8
                   objects: org.gradle.api.internal.model.DefaultObjectFactory@54d1c002
                   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@1c3fcbcd
                   plugins: [org.gradle.api.plugins.HelpTasksPlugin@14f88c45, com.android.build.gradle.api.AndroidBasePlugin@551a4a46, org.gradle.language.base.plugins.LifecycleBasePlugin@6f888eb3, org.gradle.api.plugins.BasePlugin@75388e69, org.gradle.api.plugins.ReportingBasePlugin@79535f0f, org.gradle.platform.base.plugins.ComponentBasePlugin@45f5baf4, org.gradle.language.base.plugins.LanguageBasePlugin@26bd2e62, org.gradle.platform.base.plugins.BinaryBasePlugin@7eab4df6,org.gradle.api.plugins.JavaBasePlugin@10d0e3d5, com.android.build.gradle.AppPlugin@de3ab92, FlutterPlugin@312b5310, com.google.gms.googleservices.GoogleServicesPlugin@61ca6331]
                   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@1937dfe6
                   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@34861934
                   projectDir: /Users/administrator/Desktop/apps/luze/luze/android/app
                   projectEvaluationBroadcaster: ProjectEvaluationListener broadcast
                   projectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@30b807be
                   projectPath: :app
                   projectRegistry: org.gradle.api.internal.project.DefaultProjectRegistry@6ab3007b
                   properties: {...}
                   providers: org.gradle.api.internal.provider.DefaultProviderFactory@1897d3e2
                   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@8b0df43
                   reportsDir: /Users/administrator/Desktop/apps/luze/luze/build/app/reports
                   repositories: repository container
                   resolveConfigAttr: task ':app:resolveConfigAttr'
                   resourceLoader: org.gradle.internal.resource.transfer.DefaultUriTextResourceLoader@c7b38d8
                   resources: org.gradle.api.internal.resources.DefaultResourceHandler@7c0e4b1e
                   rootDir: /Users/administrator/Desktop/apps/luze/luze/android
                   rootProject: root project 'android'
                   script: false
                   scriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@ecc3c3c
                   scriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@88a061
                   serviceRegistryFactory: org.gradle.internal.service.scopes.ProjectScopeServices$4@55e0f550
                   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@259db772
                   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/administrator/Desktop/apps/luze/luze/build/app/reports/tests
                   testReportDirName: tests
                   testResultsDir: /Users/administrator/Desktop/apps/luze/luze/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'
                   transformClassesWithMultidexlistForDebug: task ':app:transformClassesWithMultidexlistForDebug'
                   transformClassesWithMultidexlistForDebugAndroidTest: task ':app:transformClassesWithMultidexlistForDebugAndroidTest'
                   transformClassesWithMultidexlistForDynamicProfile: task ':app:transformClassesWithMultidexlistForDynamicProfile'
                   transformClassesWithMultidexlistForDynamicRelease: task ':app:transformClassesWithMultidexlistForDynamicRelease'
                   transformClassesWithMultidexlistForProfile: task ':app:transformClassesWithMultidexlistForProfile'
                   transformClassesWithMultidexlistForRelease: task ':app:transformClassesWithMultidexlistForRelease'
                   transformDexArchiveWithDexMergerForDebug: task ':app:transformDexArchiveWithDexMergerForDebug'
                   transformDexArchiveWithDexMergerForDebugAndroidTest: task ':app:transformDexArchiveWithDexMergerForDebugAndroidTest'
                   transformDexArchiveWithDexMergerForDynamicProfile: task ':app:transformDexArchiveWithDexMergerForDynamicProfile'
                   transformDexArchiveWithDexMergerForDynamicRelease: task ':app:transformDexArchiveWithDexMergerForDynamicRelease'
                   transformDexArchiveWithDexMergerForProfile: task ':app:transformDexArchiveWithDexMergerForProfile'
                   transformDexArchiveWithDexMergerForRelease: task ':app:transformDexArchiveWithDexMergerForRelease'
                   transformNativeLibsWithMergeJniLibsForDebug: task ':app:transformNativeLibsWithMergeJniLibsForDebug'
                   transformNativeLibsWithMergeJniLibsForDebugAndroidTest: task ':app:transformNativeLibsWithMergeJniLibsForDebugAndroidTest'
                   transformNativeLibsWithMergeJniLibsForDynamicProfile: task ':app:transformNativeLibsWithMergeJniLibsForDynamicProfile'
                   transformNativeLibsWithMergeJniLibsForDynamicRelease: task ':app:transformNativeLibsWithMergeJniLibsForDynamicRelease'
                   transformNativeLibsWithMergeJniLibsForProfile: task ':app:transformNativeLibsWithMergeJniLibsForProfile'
                   transformNativeLibsWithMergeJniLibsForRelease: task ':app:transformNativeLibsWithMergeJniLibsForRelease'
                   transformNativeLibsWithStripDebugSymbolForDebug: task ':app:transformNativeLibsWithStripDebugSymbolForDebug'
                   transformNativeLibsWithStripDebugSymbolForDynamicProfile: task ':app:transformNativeLibsWithStripDebugSymbolForDynamicProfile'
                   transformNativeLibsWithStripDebugSymbolForDynamicRelease: task ':app:transformNativeLibsWithStripDebugSymbolForDynamicRelease'
                   transformNativeLibsWithStripDebugSymbolForProfile: task ':app:transformNativeLibsWithStripDebugSymbolForProfile'
                   transformNativeLibsWithStripDebugSymbolForRelease: task ':app:transformNativeLibsWithStripDebugSymbolForRelease'
                   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
[+1100 ms] executing: [/Users/administrator/Desktop/apps/luze/luze/android/] /Users/administrator/Desktop/apps/luze/luze/android/gradlew app:tasks --all
[+1686 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)

                   ------------------------------------------------------------
                   All tasks runnable from project :app
                   ------------------------------------------------------------

                   Android tasks
                   -------------
                   androidDependencies - Displays the Android dependencies of the project.
                   signingReport - Displays the signing info for each variant.
                   sourceSets - Prints out all the source sets defined in this project.

                   Build tasks
                   -----------
                   assemble - Assembles all variants of all applications and secondary packages.
                   assembleAndroidTest - Assembles all the Test applications.
                   assembleDebug - Assembles all Debug builds.
                   assembleDynamicProfile - Assembles all DynamicProfile builds.
                   assembleDynamicRelease - Assembles all DynamicRelease builds.
                   assembleProfile - Assembles all Profile builds.
                   assembleRelease - Assembles all Release builds.
                   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.
                   clean - Deletes the build directory.
                   cleanBuildCache - Deletes the build cache directory.
                   compileDebugAndroidTestSources
                   compileDebugSources
                   compileDebugUnitTestSources
                   compileDynamicProfileSources
                   compileDynamicProfileUnitTestSources
                   compileDynamicReleaseSources
                   compileDynamicReleaseUnitTestSources
                   compileProfileSources
                   compileProfileUnitTestSources
                   compileReleaseSources
                   compileReleaseUnitTestSources
                   mockableAndroidJar - Creates a version of android.jar that's suitable for unit tests.

                   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]
                   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.
                   installDynamicProfile - Installs the DynamicProfile build.
                   installDynamicRelease - Installs the DynamicRelease 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.
                   uninstallDynamicProfile - Uninstalls the DynamicProfile build.
                   uninstallDynamicRelease - Uninstalls the DynamicRelease 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.
                   lintDynamicProfile - Runs lint on the DynamicProfile build.
                   lintDynamicRelease - Runs lint on the DynamicRelease 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.
                   testDynamicProfileUnitTest - Run unit tests for the dynamicProfile build.
                   testDynamicReleaseUnitTest - Run unit tests for the dynamicRelease build.
                   testProfileUnitTest - Run unit tests for the profile build.
                   testReleaseUnitTest - Run unit tests for the release build.

                   Other tasks
                   -----------
                   assembleDebugAndroidTest
                   assembleDebugUnitTest
                   assembleDynamicProfileUnitTest
                   assembleDynamicReleaseUnitTest
                   assembleProfileUnitTest
                   assembleReleaseUnitTest
                   bundleAppClassesDebug
                   bundleAppClassesDebugAndroidTest
                   bundleAppClassesDebugUnitTest
                   bundleAppClassesDynamicProfile
                   bundleAppClassesDynamicProfileUnitTest
                   bundleAppClassesDynamicRelease
                   bundleAppClassesDynamicReleaseUnitTest
                   bundleAppClassesProfile
                   bundleAppClassesProfileUnitTest
                   bundleAppClassesRelease
                   bundleAppClassesReleaseUnitTest
                   bundleDebugAndroidTestResources
                   bundleDebugResources
                   bundleDynamicProfileResources
                   bundleDynamicReleaseResources
                   bundleProfileResources
                   bundleReleaseResources
                   checkDebugManifest
                   checkDynamicProfileManifest
                   checkDynamicReleaseManifest
                   checkProfileManifest
                   checkReleaseManifest
                   compileDebugAidl
                   compileDebugAndroidTestAidl
                   compileDebugAndroidTestJavaWithJavac
                   compileDebugAndroidTestNdk
                   compileDebugAndroidTestRenderscript
                   compileDebugAndroidTestShaders
                   compileDebugJavaWithJavac
                   compileDebugNdk
                   compileDebugRenderscript
                   compileDebugShaders
                   compileDebugUnitTestJavaWithJavac
                   compileDynamicProfileAidl
                   compileDynamicProfileJavaWithJavac
                   compileDynamicProfileNdk
                   compileDynamicProfileRenderscript
                   compileDynamicProfileShaders
                   compileDynamicProfileUnitTestJavaWithJavac
                   compileDynamicReleaseAidl
                   compileDynamicReleaseJavaWithJavac
                   compileDynamicReleaseNdk
                   compileDynamicReleaseRenderscript
                   compileDynamicReleaseShaders
                   compileDynamicReleaseUnitTestJavaWithJavac
                   compileLint
                   compileProfileAidl
                   compileProfileJavaWithJavac
                   compileProfileNdk
                   compileProfileRenderscript
                   compileProfileShaders
                   compileProfileUnitTestJavaWithJavac
                   compileReleaseAidl
                   compileReleaseJavaWithJavac
                   compileReleaseNdk
                   compileReleaseRenderscript
                   compileReleaseShaders
                   compileReleaseUnitTestJavaWithJavac
                   consumeConfigAttr
                   copyFlutterAssetsDebug
                   copyFlutterAssetsDynamicProfile
                   copyFlutterAssetsDynamicRelease
                   copyFlutterAssetsProfile
                   copyFlutterAssetsRelease
                   createDebugCompatibleScreenManifests
                   createDynamicProfileCompatibleScreenManifests
                   createDynamicReleaseCompatibleScreenManifests
                   createProfileCompatibleScreenManifests
                   createReleaseCompatibleScreenManifests
                   extractProguardFiles
                   flutterBuildDebug
                   flutterBuildDynamicProfile
                   flutterBuildDynamicRelease
                   flutterBuildProfile
                   flutterBuildRelease
                   flutterBuildX86Jar
                   generateDebugAndroidTestAssets
                   generateDebugAndroidTestBuildConfig
                   generateDebugAndroidTestResources
                   generateDebugAndroidTestResValues
                   generateDebugAndroidTestSources
                   generateDebugAssets
                   generateDebugBuildConfig
                   generateDebugResources
                   generateDebugResValues
                   generateDebugSources
                   generateDynamicProfileAssets
                   generateDynamicProfileBuildConfig
                   generateDynamicProfileResources
                   generateDynamicProfileResValues
                   generateDynamicProfileSources
                   generateDynamicReleaseAssets
                   generateDynamicReleaseBuildConfig
                   generateDynamicReleaseResources
                   generateDynamicReleaseResValues
                   generateDynamicReleaseSources
                   generateProfileAssets
                   generateProfileBuildConfig
                   generateProfileResources
                   generateProfileResValues
                   generateProfileSources
                   generateReleaseAssets
                   generateReleaseBuildConfig
                   generateReleaseResources
                   generateReleaseResValues
                   generateReleaseSources
                   javaPreCompileDebug
                   javaPreCompileDebugAndroidTest
                   javaPreCompileDebugUnitTest
                   javaPreCompileDynamicProfile
                   javaPreCompileDynamicProfileUnitTest
                   javaPreCompileDynamicRelease
                   javaPreCompileDynamicReleaseUnitTest
                   javaPreCompileProfile
                   javaPreCompileProfileUnitTest
                   javaPreCompileRelease
                   javaPreCompileReleaseUnitTest
                   mainApkListPersistenceDebug
                   mainApkListPersistenceDebugAndroidTest
                   mainApkListPersistenceDynamicProfile
                   mainApkListPersistenceDynamicRelease
                   mainApkListPersistenceProfile
                   mainApkListPersistenceRelease
                   mergeDebugAndroidTestAssets
                   mergeDebugAndroidTestJniLibFolders
                   mergeDebugAndroidTestResources
                   mergeDebugAndroidTestShaders
                   mergeDebugAssets
                   mergeDebugJniLibFolders
                   mergeDebugResources
                   mergeDebugShaders
                   mergeDynamicProfileAssets
                   mergeDynamicProfileJniLibFolders
                   mergeDynamicProfileResources
                   mergeDynamicProfileShaders
                   mergeDynamicReleaseAssets
                   mergeDynamicReleaseJniLibFolders
                   mergeDynamicReleaseResources
                   mergeDynamicReleaseShaders
                   mergeProfileAssets
                   mergeProfileJniLibFolders
                   mergeProfileResources
                   mergeProfileShaders
                   mergeReleaseAssets
                   mergeReleaseJniLibFolders
                   mergeReleaseResources
                   mergeReleaseShaders
                   packageDebug
                   packageDebugAndroidTest
                   packageDynamicProfile
                   packageDynamicRelease
                   packageProfile
                   packageRelease
                   platformAttrExtractor
                   preBuild
                   preDebugAndroidTestBuild
                   preDebugBuild
                   preDebugUnitTestBuild
                   preDynamicProfileBuild
                   preDynamicProfileUnitTestBuild
                   preDynamicReleaseBuild
                   preDynamicReleaseUnitTestBuild
                   prepareLintJar
                   preparePUBLISHED_DEXDebugAndroidTestForPublishing
                   preparePUBLISHED_DEXDebugForPublishing
                   preparePUBLISHED_DEXDynamicProfileForPublishing
                   preparePUBLISHED_DEXDynamicReleaseForPublishing
                   preparePUBLISHED_DEXProfileForPublishing
                   preparePUBLISHED_DEXReleaseForPublishing
                   preparePUBLISHED_JAVA_RESDebugAndroidTestForPublishing
                   preparePUBLISHED_JAVA_RESDebugForPublishing
                   preparePUBLISHED_JAVA_RESDynamicProfileForPublishing
                   preparePUBLISHED_JAVA_RESDynamicReleaseForPublishing
                   preparePUBLISHED_JAVA_RESProfileForPublishing
                   preparePUBLISHED_JAVA_RESReleaseForPublishing
                   preparePUBLISHED_NATIVE_LIBSDebugAndroidTestForPublishing
                   preparePUBLISHED_NATIVE_LIBSDebugForPublishing
                   preparePUBLISHED_NATIVE_LIBSDynamicProfileForPublishing
                   preparePUBLISHED_NATIVE_LIBSDynamicReleaseForPublishing
                   preparePUBLISHED_NATIVE_LIBSProfileForPublishing
                   preparePUBLISHED_NATIVE_LIBSReleaseForPublishing
                   preProfileBuild
                   preProfileUnitTestBuild
                   preReleaseBuild
                   preReleaseUnitTestBuild
                   processDebugAndroidTestJavaRes
                   processDebugAndroidTestManifest
                   processDebugAndroidTestResources
                   processDebugGoogleServices
                   processDebugJavaRes
                   processDebugManifest
                   processDebugResources
                   processDebugUnitTestJavaRes
                   processDynamicProfileGoogleServices
                   processDynamicProfileJavaRes
                   processDynamicProfileManifest
                   processDynamicProfileResources
                   processDynamicProfileUnitTestJavaRes
                   processDynamicReleaseGoogleServices
                   processDynamicReleaseJavaRes
                   processDynamicReleaseManifest
                   processDynamicReleaseResources
                   processDynamicReleaseUnitTestJavaRes
                   processProfileGoogleServices
                   processProfileJavaRes
                   processProfileManifest
                   processProfileResources
                   processProfileUnitTestJavaRes
                   processReleaseGoogleServices
                   processReleaseJavaRes
                   processReleaseManifest
                   processReleaseResources
                   processReleaseUnitTestJavaRes
                   reportBuildArtifactsDebug
                   reportBuildArtifactsDynamicProfile
                   reportBuildArtifactsDynamicRelease
                   reportBuildArtifactsProfile
                   reportBuildArtifactsRelease
                   resolveConfigAttr
                   splitsDiscoveryTaskDebug
                   splitsDiscoveryTaskDynamicProfile
                   splitsDiscoveryTaskDynamicRelease
                   splitsDiscoveryTaskProfile
                   splitsDiscoveryTaskRelease
                   transformClassesWithDexBuilderForDebug
                   transformClassesWithDexBuilderForDebugAndroidTest
                   transformClassesWithDexBuilderForDynamicProfile
                   transformClassesWithDexBuilderForDynamicRelease
                   transformClassesWithDexBuilderForProfile
                   transformClassesWithDexBuilderForRelease
                   transformClassesWithMultidexlistForDebug
                   transformClassesWithMultidexlistForDebugAndroidTest
                   transformClassesWithMultidexlistForDynamicProfile
                   transformClassesWithMultidexlistForDynamicRelease
                   transformClassesWithMultidexlistForProfile
                   transformClassesWithMultidexlistForRelease
                   transformDexArchiveWithDexMergerForDebug
                   transformDexArchiveWithDexMergerForDebugAndroidTest
                   transformDexArchiveWithDexMergerForDynamicProfile
                   transformDexArchiveWithDexMergerForDynamicRelease
                   transformDexArchiveWithDexMergerForProfile
                   transformDexArchiveWithDexMergerForRelease
                   transformNativeLibsWithMergeJniLibsForDebug
                   transformNativeLibsWithMergeJniLibsForDebugAndroidTest
                   transformNativeLibsWithMergeJniLibsForDynamicProfile
                   transformNativeLibsWithMergeJniLibsForDynamicRelease
                   transformNativeLibsWithMergeJniLibsForProfile
                   transformNativeLibsWithMergeJniLibsForRelease
                   transformNativeLibsWithStripDebugSymbolForDebug
                   transformNativeLibsWithStripDebugSymbolForDynamicProfile
                   transformNativeLibsWithStripDebugSymbolForDynamicRelease
                   transformNativeLibsWithStripDebugSymbolForProfile
                   transformNativeLibsWithStripDebugSymbolForRelease
                   transformResourcesWithMergeJavaResForDebug
                   transformResourcesWithMergeJavaResForDebugAndroidTest
                   transformResourcesWithMergeJavaResForDebugUnitTest
                   transformResourcesWithMergeJavaResForDynamicProfile
                   transformResourcesWithMergeJavaResForDynamicProfileUnitTest
                   transformResourcesWithMergeJavaResForDynamicRelease
                   transformResourcesWithMergeJavaResForDynamicReleaseUnitTest
                   transformResourcesWithMergeJavaResForProfile
                   transformResourcesWithMergeJavaResForProfileUnitTest
                   transformResourcesWithMergeJavaResForRelease
                   transformResourcesWithMergeJavaResForReleaseUnitTest
                   validateSigningDebug
                   validateSigningDebugAndroidTest
                   validateSigningDynamicProfile
                   validateSigningDynamicRelease
                   validateSigningProfile
                   validateSigningRelease
                   writeDebugApplicationId
                   writeDynamicProfileApplicationId
                   writeDynamicReleaseApplicationId
                   writeProfileApplicationId
                   writeReleaseApplicationId

                   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
[ +477 ms] Resolving dependencies... (completed)
[  +68 ms] executing: /Users/administrator/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[  +31 ms] Exit code 0 from: /Users/administrator/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[        ] --------- beginning of main
           10-16 03:58:00.028 D/hwcomposer( 1428): hw_composer sent 33 syncs in 60s
[   +4 ms] executing: /Users/administrator/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time
[   +6 ms] executing: /Users/administrator/Library/Android/sdk/platform-tools/adb version
[  +22 ms] Android Debug Bridge version 1.0.40
           Version 4986621
           Installed as /Users/administrator/Library/Android/sdk/platform-tools/adb
[   +7 ms] executing: /Users/administrator/Library/Android/sdk/platform-tools/adb start-server
[  +92 ms] Building APK
[  +26 ms] Gradle task 'assembleDebug'...
[   +2 ms] executing: [/Users/administrator/Desktop/apps/luze/luze/android/] /Users/administrator/Desktop/apps/luze/luze/android/gradlew -Pverbose=true -Ptarget=/Users/administrator/Desktop/apps/luze/luze/lib/main.dart -Pfilesystem-scheme=org-dartlang-root assembleDebug
[+1356 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)
[   +4 ms] 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)
[+2411 ms] [  +13 ms] executing: [/Users/administrator/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +46 ms] [  +74 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/beta
[        ] [        ] executing: [/Users/administrator/dev/flutter/] git rev-parse --abbrev-ref HEAD
[  +22 ms] [  +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] beta
[        ] [   +3 ms] executing: [/Users/administrator/dev/flutter/] git ls-remote --get-url origin
[  +11 ms] [  +15 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [   +1 ms] executing: [/Users/administrator/dev/flutter/] git log -n 1 --pretty=format:%H
[  +22 ms] [  +19 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] [        ] d954ae6850a06ea461d5595cef424e278ed9f17f
[        ] [        ] executing: [/Users/administrator/dev/flutter/] git log -n 1 --pretty=format:%ar
[  +22 ms] [  +15 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] [        ] 6 days ago
[        ] [   +1 ms] executing: [/Users/administrator/dev/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +46 ms] [  +46 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] [        ] v0.10.0-0-gd954ae685
[ +510 ms] [ +506 ms] Found plugin cloud_firestore at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[  +12 ms] [  +22 ms] Found plugin firebase_admob at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_admob-0.6.1+1/
[  +10 ms] [   +4 ms] Found plugin firebase_auth at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[        ] [   +4 ms] Found plugin firebase_core at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[  +34 ms] [  +27 ms] Found plugin geolocator at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-2.1.0/
[        ] [   +4 ms] Found plugin google_api_availability at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-1.0.4/
[        ] [   +3 ms] Found plugin google_sign_in at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[  +45 ms] [  +47 ms] Found plugin permission_handler at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-2.1.0/
[  +23 ms] [  +16 ms] Found plugin shared_preferences at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[ +118 ms] [ +123 ms] Found plugin cloud_firestore at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.8.1+1/
[  +24 ms] [  +15 ms] Found plugin firebase_admob at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_admob-0.6.1+1/
[        ] [   +1 ms] Found plugin firebase_auth at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.6.2+1/
[        ] [   +1 ms] Found plugin firebase_core at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.2.5+1/
[   +9 ms] [  +10 ms] Found plugin geolocator at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-2.1.0/
[        ] [   +2 ms] Found plugin google_api_availability at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-1.0.4/
[        ] [   +1 ms] Found plugin google_sign_in at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-3.2.1/
[  +44 ms] [  +26 ms] Found plugin permission_handler at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-2.1.0/
[        ] [   +9 ms] Found plugin shared_preferences at /Users/administrator/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.3/
[ +730 ms] [ +735 ms] Skipping kernel compilation. Fingerprint match.
[ +487 ms] [ +490 ms] Building bundle
[        ] [   +1 ms] Writing asset files to /Users/administrator/Desktop/apps/luze/luze/build/app/intermediates/flutter/debug/flutter_assets
[ +162 ms] [ +163 ms] Wrote /Users/administrator/Desktop/apps/luze/luze/build/app/intermediates/flutter/debug/flutter_assets
[  +23 ms] [  +17 ms] "flutter bundle" took 2,005ms.
[ +546 ms] Parsing json file: /Users/administrator/Desktop/apps/luze/luze/android/app/google-services.json
[+1739 ms] 171 actionable tasks: 6 executed, 165 up-to-date
[  +13 ms] FAILURE: Build failed with an exception.
[   +3 ms] * What went wrong:
[        ] Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
[        ] > com.android.build.api.transform.TransformException: Error while generating the main dex list.
[        ] * 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 8s
[ +427 ms] Gradle task 'assembleDebug'... (completed)
[  +17 ms] "flutter run" took 23,618ms.
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:399:5)
<asynchronous suspension>
#2      buildGradleProject (package:flutter_tools/src/android/gradle.dart:300: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:281: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:399:37)
<asynchronous suspension>
#8      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:375: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)

Note

This is a reopen of #11113
I've had this issue before, last time I managed to fix it by adding to build.gradle (android app level) multiDexEnabled true - This time it didn't work.

Any clues?

@hnvn
Copy link

hnvn commented Oct 16, 2018

What version of firebase plugin are you using?

@kyleorin
Copy link
Author

@hnvn all of the Firebase related-plugins which I'm using are not specifying a version

@hnvn
Copy link

hnvn commented Oct 16, 2018

Can you show your .yaml file ?

@kyleorin
Copy link
Author

@hnvn

description: A new Flutter project.

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.0.0+1

environment:
  sdk: ">=2.0.0-dev.68.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.2
  cloud_firestore: 
  firebase_auth: 
  google_sign_in: 
  firebase_admob: 
  shared_preferences: 
  flutter_map: 
  outline_material_icons: 
  geolocator:
  rounded_modal: 
  flutter_launcher_icons:
  

dev_dependencies:
  flutter_test:
    sdk: flutter


# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  # assets:
  #  - images/a_dot_burr.jpeg
  #  - images/a_dot_ham.jpeg

  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.io/assets-and-images/#resolution-aware.

  # For details regarding adding assets from package dependencies, see
  # https://flutter.io/assets-and-images/#from-packages

  # To add custom fonts to your application, add a fonts section here,
  # in this "flutter" section. Each entry in this list should have a
  # "family" key with the font family name, and a "fonts" key with a
  # list giving the asset and other descriptors for the font. For
  # example:
  # fonts:
  #   - family: Schyler
  #     fonts:
  #       - asset: fonts/Schyler-Regular.ttf
  #       - asset: fonts/Schyler-Italic.ttf
  #         style: italic
  #   - family: Trajan Pro
  #     fonts:
  #       - asset: fonts/TrajanPro.ttf
  #       - asset: fonts/TrajanPro_Bold.ttf
  #         weight: 700
  #
  # For details regarding fonts from package dependencies,
  # see https://flutter.io/custom-fonts/#from-packages

@hnvn
Copy link

hnvn commented Oct 16, 2018

why do you leave the version number of dependence empty?

@kyleorin
Copy link
Author

why do you leave the version number of dependence empty?

So I can stay with the latest version - normally works but not sure what leads to this issue.

@hnvn
Copy link

hnvn commented Oct 16, 2018

so you should try to give those dependencies its version number. I am using the latest version of firebase plugin. Here's my working configuration:
android/build.gradle:

buildscript {
    ext.kotlin_version = '1.2.71'

    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0'
        classpath 'com.google.gms:google-services:4.1.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

    }
}

android/app/build.gradle:

android {
     compileSdkVersion 28

    lintOptions {
        disable 'InvalidPackage'
        checkReleaseBuilds false
    }

    defaultConfig {
        applicationId "YOUR_APPLICATION_ID"
        minSdkVersion 21
        targetSdkVersion 28
        versionCode 2
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }
    ......
}

android/gradle/wrapper/gradle-wrapper.properties:

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

pubspec.yaml:

dependencies:
   ....
  # firebase
  firebase_core: ^0.2.5+1
  firebase_auth: ^0.6.2+1
  firebase_messaging: ^2.0.1
  firebase_remote_config: ^0.0.6+1
  firebase_analytics: ^1.0.4
  firebase_storage: ^1.0.4
  cloud_firestore: ^0.8.1+1
  ......

@kyleorin
Copy link
Author

21

Thought that it would work but it didn't. Got any other ideas?

@zoechi zoechi added c: crash Stack traces logged to the console tool Affects the "flutter" command-line tool. See also t: labels. t: gradle "flutter build" and "flutter run" on Android labels Oct 16, 2018
@zoechi
Copy link
Contributor

zoechi commented Oct 16, 2018

Can you reproduce when you copy your pubspec.yaml to a new project created with flutter create foo?
You could also try deleting android/ and running flutter create . and reapply manual changes you made.

@ACOSW
Copy link

ACOSW commented Oct 16, 2018

I'm facing same issue with 0.0.6+1.
I've rolled back to 0.0.5 and problem is gone.

@kyleorin
Copy link
Author

kyleorin commented Oct 16, 2018

@zoechi @hnvn

Can you reproduce when you copy your pubspec.yaml to a new project created with flutter create foo?

I'll get to it in a moment.

As an addition I've searched a bit and ended up opening the android module in android studio, I got the following message:

screen shot 2018-10-16 at 23 44 26

This is my build.grable (app level):

dependencies {
    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'
    implementation 'com.google.firebase:firebase-core:16.0.1'
}
apply plugin: 'com.google.gms.google-services'
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true

Here's the android level:

buildscript {
    ext.kotlin_version = '1.2.71'
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0'
        classpath 'com.google.gms:google-services:4.1.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

allprojects {
    repositories {
        google()
        jcenter()
    }
}

Currently using the flutter dev channel
And just for refrence I've changed my pubspec.yaml to:

cupertino_icons: ^0.1.2
  cloud_firestore: ^0.8.1+1
  firebase_core: ^0.2.5+1
  firebase_auth: ^0.6.2+1
  google_sign_in: ^3.2.1
  firebase_admob: ^0.6.1+1
  shared_preferences: ^0.4.3
  flutter_map: ^0.1.4
  #outline_material_icons: ^0.1.0 
  geolocator: ^2.1.0
  rounded_modal: ^1.0.0
  flutter_launcher_icons: ^0.6.1

You could also try deleting android/ and running flutter create . and reapply manual changes you made.

Yeah, I think I'll be doing that if I won't be able to figure this out.

@ACOSW

I'm facing same issue with 0.0.6+1.
I've rolled back to 0.0.5 and problem is gone.

Tried it - didn't work thanks for the try though!

@hnvn
Copy link

hnvn commented Oct 17, 2018

try this:

lintOptions {
     disable 'InvalidPackage'
     checkReleaseBuilds false
}

@kyleorin
Copy link
Author

kyleorin commented Oct 17, 2018

disable 'InvalidPackage' checkReleaseBuilds false

@hnvn If you are referring to the build.gradle (app level) already tried and it didn't work, here's the full code:

def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
    localPropertiesFile.withReader('UTF-8') { reader ->
        localProperties.load(reader)
    }
}

def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
    throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
    flutterVersionCode = '1'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
    flutterVersionName = '1.0'
}

apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
    compileSdkVersion 28

    lintOptions {
        disable 'InvalidPackage'
        checkReleaseBuilds false
    }

    defaultConfig {
        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
        applicationId "example"
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 2
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }

    buildTypes {
        release {
            // TODO: Add your own signing config for the release build.
            // Signing with the debug keys for now, so `flutter run --release` works.
            signingConfig signingConfigs.debug
        }
    }
}

flutter {
    source '../..'
}

dependencies {
    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'
    implementation 'com.google.firebase:firebase-core:16.0.1'
}
apply plugin: 'com.google.gms.google-services'
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true

As a plus, I've noticed changes in Firebase's google-services.json file, I've replaced it with a newer version - changed nothing.

@eliothsu
Copy link

eliothsu commented Oct 17, 2018

I'm getting the same issue with the following Flutter packages and versions:

  • cloud_firestore^0.8.0
  • firebase_ml_vision^0.2.0

Reverting cloud_firestore to version ^0.7.4 and firebase_ml_vision to ^0.1.2 solves the issues for me.
For reference, the beginning of my pubspec.yaml looks like this (all packages at their newest versions with those two exceptions):

dependencies:
  flutter:
    sdk: flutter

  firebase_auth: ^0.6.2+1
  google_sign_in: ^3.2.1
  cloud_firestore: ^0.7.4
  cloud_functions: ^0.0.4+1
  firebase_messaging: ^2.0.1
  firebase_ml_vision: ^0.1.2
  flutter_launcher_icons: ^0.6.1

@kyleorin
Copy link
Author

kyleorin commented Oct 17, 2018

I'm getting the same issue with the following Flutter packages and versions:

  • cloud_firestore^0.8.0
  • firebase_ml_vision^0.2.0

Reverting cloud_firestore to version ^0.7.4 and firebase_ml_vision to ^0.1.2 solves the issues for me.
For reference, the beginning of my pubspec.yaml looks like this (all packages at their newest versions with those two exceptions):

dependencies:
  flutter:
    sdk: flutter

  firebase_auth: ^0.6.2+1
  google_sign_in: ^3.2.1
  cloud_firestore: ^0.7.4
  cloud_functions: ^0.0.4+1
  firebase_messaging: ^2.0.1
  firebase_ml_vision: ^0.1.2
  flutter_launcher_icons: ^0.6.1

You're a life-saver!

screen shot 2018-10-17 at 10 38 53

Conclusion - I think that the new cloud_firestore has a problem being integrated with other dependencies. Any opinions? @hnvn @zoechi

UPDATE: Had multiple issues including Admob, Firebase and dependencies versions - closing this, for now - many thanks to @ened for all of the help you've provided!

@TheAppchemist
Copy link

I'm getting the same issue with the following Flutter packages and versions:

  • cloud_firestore^0.8.0
  • firebase_ml_vision^0.2.0

Reverting cloud_firestore to version ^0.7.4 and firebase_ml_vision to ^0.1.2 solves the issues for me.
For reference, the beginning of my pubspec.yaml looks like this (all packages at their newest versions with those two exceptions):

dependencies:
  flutter:
    sdk: flutter

  firebase_auth: ^0.6.2+1
  google_sign_in: ^3.2.1
  cloud_firestore: ^0.7.4
  cloud_functions: ^0.0.4+1
  firebase_messaging: ^2.0.1
  firebase_ml_vision: ^0.1.2
  flutter_launcher_icons: ^0.6.1

This worked for me! Thanks

@alaindixon
Copy link

Thank you TheAppchemist, I have revert cloud_firestore version it works !

@DonsWayo
Copy link

Same issue with version 0.9.0, on iOS all packages works great without any problem with android I need the version 0.7.4.

@stevenspiel
Copy link

Flutter team, any word on how to support these 2 plugins? I'd like to use Firestore ^0.8.2 especially because of the Timestamp support.

@zoechi
Copy link
Contributor

zoechi commented Feb 11, 2019

@DonsWayo @stevenspiel this issue is closed since a while. I'd suggest to ask on StackOverflow or similar.

@whittenator
Copy link

whittenator commented Mar 4, 2019

I had to revert as well. I tried all of the newest, here was my pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^0.3.1+1
  firebase_analytics: ^2.0.2+1
  cloud_firestore: ^0.9.5+2
  firebase_auth: ^0.8.1+4
  google_sign_in: ^4.0.1+1

I received the following 9 Errors:

/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:9: error: cannot find symbol
import androidx.annotation.NonNull;
                          ^
  symbol:   class NonNull
  location: package androidx.annotation
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:10: error: cannot find symbol
import androidx.annotation.Nullable;
                          ^
  symbol:   class Nullable
  location: package androidx.annotation
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:706: error: cannot find symbol
  private void reportException(Result result, @Nullable Exception exception) {
                                               ^
  symbol:   class Nullable
  location: class FirebaseAuthPlugin
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:610: error: cannot find symbol
    public void onComplete(@NonNull Task<AuthResult> task) {
                            ^
  symbol:   class NonNull
  location: class FirebaseAuthPlugin.SignInCompleteListener
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:629: error: cannot find symbol
    public void onComplete(@NonNull Task<Void> task) {
                            ^
  symbol:   class NonNull
  location: class FirebaseAuthPlugin.TaskVoidCompleteListener
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:647: error: cannot find symbol
    public void onComplete(@NonNull Task<SignInMethodQueryResult> task) {
                            ^
  symbol:   class NonNull
  location: class FirebaseAuthPlugin.GetSignInMethodsCompleteListener
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:187: error: cannot find symbol
                      public void onComplete(@NonNull Task<AuthResult> task) {
                                              ^
  symbol: class NonNull
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:492: error: cannot find symbol
              public void onComplete(@NonNull Task<GetTokenResult> task) {
                                      ^
  symbol: class NonNull
/Users/traviswhitten/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.8.1+4/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java:559: error: cannot find symbol
          public void onAuthStateChanged(@NonNull FirebaseAuth firebaseAuth) {
                                          ^
  symbol: class NonNull
9 errors

I then reverted to the following pubspec.yaml dependencies and was able to get it to work:

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^0.2.2 # add dependency for Firebase Core
  firebase_analytics: ^2.0.2+1
  cloud_firestore: ^0.7.4
  firebase_auth: ^0.6.2+1
  google_sign_in: ^4.0.1+1

@mijogu
Copy link

mijogu commented Mar 12, 2019

I'm running into this issue as well. When I downgrade to cloud_firestore: ^0.7.4 I get an error in my code that The named paramter 'arrayContains' isn't defined.

Oy. Can anyone advise how I might be able to accomplish this with the downgraded cloud_firestore version?

Firestore.instance
                  .collection('users')
                   .where('myFavs', arrayContains: uid)
                  .snapshots()

@yash365
Copy link

yash365 commented Mar 16, 2019

Getting the same error
pubspec.yaml:

name: signatureviewnew
description: A new Flutter project.
https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^0.1.2
  image_picker_saver: ^0.1.0
  fluttertoast: ^2.0.0
  firebase_storage: ^1.0.4
  esys_flutter_share: ^0.0.9

dev_dependencies:
  flutter_test:
    sdk: flutter



flutter:
  uses-material-design: true
  assets:
    - assets/eraser.png
    - assets/screenshot.png
    - assets/angry.png`

build.gradle (android module):

buildscript {
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath 'com.google.gms:google-services:4.0.1'
    }
}

allprojects {
    repositories {
        google()
        jcenter()
    }
}

rootProject.buildDir = '../build'
subprojects {
    project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
    project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
    delete rootProject.buildDir
}
//solving error
subprojects {
   project.configurations.all {
        resolutionStrategy.eachDependency { details ->
            if (details.requested.group == 'com.android.support'
                    && !details.requested.name.contains('multidex') ) {
                details.useVersion "27.1.0"
            }
        }
    }
}

build.gradle(app module):

def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
    localPropertiesFile.withReader('UTF-8') { reader ->
        localProperties.load(reader)
    }
}

def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
    throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
    flutterVersionCode = '1'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
    flutterVersionName = '1.0'
}

apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
    compileSdkVersion 28

    lintOptions {
        disable 'InvalidPackage'
    }

    defaultConfig {
        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
        applicationId "com.example.signatureviewnew"
        minSdkVersion 16
        targetSdkVersion 28
        versionCode flutterVersionCode.toInteger()
        versionName flutterVersionName
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }

    buildTypes {
        release {
            // TODO: Add your own signing config for the release build.
            // Signing with the debug keys for now, so `flutter run --release` works.
            signingConfig signingConfigs.debug
        }
    }
}

flutter {
    source '../..'
}

dependencies {
    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'
    implementation 'com.android.support:multidex:1.0.3'
    // firebase
    implementation 'com.google.firebase:firebase-core:16.0.1'
}

apply plugin: 'com.google.gms.google-services'`

@DreddyI
Copy link

DreddyI commented Mar 23, 2019

I'm also met this error and after few days of researches I've found a solution. not "downgrade your plugin version" solution. real one.

  1. in "android/app/build.gradle" set "multiDexEnabled true"
  2. in "android/app/build.gradle" set "minSdkVersion 21" , if you need lower version than read this article carefully https://developer.android.com/studio/build/multidex
  3. in "android/build.gradle" set
    dependencies {
    classpath 'com.android.tools.build:gradle:3.3.2'
    classpath 'com.google.gms:google-services:4.2.0'
    }
  4. in "android/gradle.properties"
    android.useAndroidX=true
    android.enableJetifier=true
  5. update all plugins to version compatible with androidX

this steps helped me to overcome this error and compile app w\o errors
hope someone find this usefull too =)

@jingjiewei
Copy link

I'm also met this error and after few days of researches I've found a solution. not "downgrade your plugin version" solution. real one.

  1. in "android/app/build.gradle" set "multiDexEnabled true"
  2. in "android/app/build.gradle" set "minSdkVersion 21" , if you need lower version than read this article carefully https://developer.android.com/studio/build/multidex
  3. in "android/build.gradle" set
    dependencies {
    classpath 'com.android.tools.build:gradle:3.3.2'
    classpath 'com.google.gms:google-services:4.2.0'
    }
  4. in "android/gradle.properties"
    android.useAndroidX=true
    android.enableJetifier=true
  5. update all plugins to version compatible with androidX

this steps helped me to overcome this error and compile app w\o errors
hope someone find this usefull too =)

if you got an runtime error after doing these steps. check this and add the missing steps
https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility#not-recommended-manually-migrate-your-app

@braysonjohn148
Copy link

works for me: add multiDexEnabled true below targetsdkversion, look like this:
minSdkVersion 16
targetSdkVersion 28
multiDexEnabled true

in Dependancy add this line

implementation 'com.android.support:multidex:1.0.3'

Done.

@MohammadSoori
Copy link

Just find the latest package installation (which you get this error after install it) and remove it.

now trying to running the app, if successful, please trying to installing another version of the installed package.

@Marvioso
Copy link

Marvioso commented Nov 12, 2019

Hey All,
As I was reading through these solutions I simply changed the minSdkVersion in android/app/build.gradle from 16 to 21 and the build didn't fail again.

Hopefully, this will help others and you won't have to revert to older versions of firebase packages!

@Amal83
Copy link

Amal83 commented Nov 16, 2019

Thanks Marvioso,
I am using a emulator with API version 29. And I changed android/app/build.gradle from 16 to 29. Now it is working.

@MPlemmons
Copy link

I'm having this issue too. It all started when I upgraded google_sign_in from 4.0.7 to 4.0.14. All these solutions are stuff that's already set, except for downgrading packages. I can't seem to downgrade to 4.0.7. The section where the dart packages are listed still shows 4.0.14. Tried deleting that, doing a flutter clean, removing the package from pubspec yml, invalidating cache, but when I do packages get again, 4.0.14 shows back up. Any ideas?

@pblitz
Copy link

pblitz commented May 13, 2020

Quick note: the best fix I found for this was this one: (on mac at least)
#38163 (comment) - changing
classpath 'com.google.gms:google-services:4.3.3'
to
classpath 'com.google.gms:google-services:4.2.0'
in the app/build.gradle

@budescode
Copy link

Quick note: the best fix I found for this was this one: (on mac at least)
#38163 (comment) - changing
classpath 'com.google.gms:google-services:4.3.3'
to
classpath 'com.google.gms:google-services:4.2.0'
in the app/build.gradle

are you using firebase messaging?

@pph7
Copy link

pph7 commented Jun 10, 2020

@budescode This worked for me as well

@lock
Copy link

lock bot commented Jun 24, 2020

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.

@lock lock bot locked and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests