roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 331 forks source link

java.lang.NoClassDefFoundError on v2.0.0 , possibly from facebook library conflict with androidx #114

Open essuraj opened 5 years ago

essuraj commented 5 years ago

java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/LocalBroadcastManager

mrdavidrees commented 5 years ago

Also experiencing this

mrdavidrees commented 5 years ago

If you wish to use v2.0.0 and above you will need to migrate your flutter apps to androidX You can follow this flutter provided guide here.

https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility