bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Android Stuck on installing... #21

Closed springfitnesstechnology closed 5 years ago

springfitnesstechnology commented 5 years ago

I followed the instructions for the setup, but when I try to build the app in android it gets stuck on "Installing build/app/outputs/apk/app.apk". You can see it try to open the app, but it immediately crashes. The last output of the debug console is "Built build/app/outputs/apk/debug/app-debug.apk.".

The iOS version runs fine.

springfitnesstechnology commented 5 years ago

Update: I just went through the Udemy course, and it works up until the "Managing and Updating Package" section. I'm going through the videos now to see where it goes wrong.

springfitnesstechnology commented 5 years ago

I think this was probably an issue with the packages. I followed the Udemy course and was able to fix it.

rogueturnip commented 5 years ago

Just in case anyone looks at this, I had the same issue and noticed it was a Dex issues. I added multidex support and it started up.