skip to Main Content

app crash on FireBase FireStore connection

I'm trying to connect to firebase, but the app just keeps crashing. I understand I must be having some misaligned dependencies, but I believe I took the right versions according to: https://firebase.google.com/support/release-notes/android The Build.gradle.kts contain: plugins { id("com.android.application") version "8.6.0"…

VIEW QUESTION

Flutter Build: FAILURE: Build failed with an exception

every time i try to build my app i get this error Running Gradle task 'assembleRelease'... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':flutter_native_image:verifyReleaseResources'. A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android resource linking failed…

VIEW QUESTION
Back To Top
Search