skip to Main Content

Connecting Firebase to Flutter in Android Studio

Im trying to connect my flutter project in firebase but I keep getting this error Launching libmain.dart on sdk gphone x86 in debug mode... Running Gradle task 'assembleDebug'... √ Built buildappoutputsflutter-apkapp-debug.apk. Installing buildappoutputsflutter-apkapp-debug.apk... Debug service listening on ws://127.0.0.1:54542/CBgATS3doF8=/ws Syncing files…

VIEW QUESTION

Android Studio – Plugin com.google.gms.google-services version 4.4.0 apply: false was not found in any of the following sources

My error message: Build file 'C:UserskcebuStudioProjectsfitness_appandroidbuild.gradle' line: 16 Plugin [id: 'com.google.gms.google-services', version: '4.4.0', apply: false] was not found in any of the following sources: I have my google-services.json under fitness_appandroidappgoogle-services.json (there is no app folder under fitness_app project folder) build.gradle…

VIEW QUESTION

Javascript – Gradle | Android | Duplicate class androidx.work issue | androidx.workmanager

Execution failing when trying to build, Below is the error Execution failed for task ':app:checkReleaseDuplicateClasses'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable Duplicate class androidx.work.OneTimeWorkRequestKt found in modules work-runtime-2.8.1-runtime (androidx.work:work-runtime:2.8.1) and work-runtime-ktx-2.7.1-runtime (androidx.work:work-runtime-ktx:2.7.1) Duplicate class androidx.work.PeriodicWorkRequestKt found in modules work-runtime-2.8.1-runtime (androidx.work:work-runtime:2.8.1)…

VIEW QUESTION
Back To Top
Search