Build failed: Could not get unknown property ‘android’ for project ‘:firebase_core’ in Flutter project
I’m trying to build a Flutter application for Android using the flutter build apk command, but the build fails with the following error:
Build failed: Could not get unknown property ‘android’ for project ‘:firebase_core’ in Flutter project
I’m trying to build a Flutter application for Android using the flutter build apk command, but the build fails with the following error:
Build failed: Could not get unknown property ‘android’ for project ‘:firebase_core’ in Flutter project
I’m trying to build a Flutter application for Android using the flutter build apk command, but the build fails with the following error:
Build failed: Could not get unknown property ‘android’ for project ‘:firebase_core’ in Flutter project
I’m trying to build a Flutter application for Android using the flutter build apk command, but the build fails with the following error:
The plugin requires a higher Android SDK version
I have an error in my file regarding the Android version:
I initialized firebase for user auth and other functions in my flutter app and it’s returning some errors I don’t understand
This is the error being returned. I already initialized flutter clean and flutter run still returned same thing.
Flutter firebase_core causes gradle build error for `:app:checkDebugDuplicateClasses`
Setup Flutter: New Project in VSCode. (EmptyApplication named hello_fire) dart pub global activate flutterfire_cli flutterfire configure ✔ Select a Firebase project to configure your Flutter application with · fir-test-ab0e1 (Firebase Test) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos, web, windows ✔ Which Android application […]