-
Notifications
You must be signed in to change notification settings - Fork 58
Android App couldn't be build with SDK version 28 that Firebase require #11
Comments
Sorry for the confusion. You really only need to follow the Firebase instructions during mobile setup to the point where you can obtain the |
@devunwired Thank you. I've downloaded the |
The app is built using Flutter, so you can deploy to an Android or iOS device using the Flutter SDK tools. I would recommend the Get Started guide to get the SDK installed and the Test Drive guide shows you how to run an app on your connected device via the Terminal with |
I've followed firebase setup to the point only where i obtained google-services.json file but it is still showing the same error . /home/ck/.gradle/caches/transforms-1/files-1.1/support-compat-28.0.0.aar/9e33028a37e6b11fe4991f1b7c19ebd6/res/values/values.xml: AAPT: error: resource android:attr/ttcIndex not found. |
According to documentation "https://firebase.google.com/docs/android/setup#assistant" required SDK version is 28 so when I run build with version 27 from source on this repository following error occurs:
error: resource android:attr/fontVariationSettings not found
The text was updated successfully, but these errors were encountered: