Exception: UnsupportedError
not found in android
#12724
Unanswered
fourthperson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I was able to solve this by deleting lib/firebase_options.dart and running the flutterfire configure command again |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I am getting the following message when running
flutterfire configure --project=projectid
then select override current options file, the select project and select platform to android.Exception: `UnsupportedError` not found in android
.I have tried it on Mac and Linux, and I am getting the same result.
Result on Mac
`flutter doctor -v` output on Mac:
firebase --version
output on Mac13.7.5
Result on Linux
flutter doctor -v
output (Linux)firebase --version
output on Linux13.7.5
Beta Was this translation helpful? Give feedback.
All reactions