-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Known Issue] NoSuchMethodError: No virtual method launchUrl #398
Comments
The fix for this issue has been released in version |
I think this is still an issue with Custom Tabs This is still an issue with the following dependencies : compile "com.android.support:customtabs:25.0.1" and compile 'com.facebook.android:facebook-android-sdk:4.19.0' |
@lawloretienne you're mixing support library versions. Please use |
so i'm not using firebase at the moment, but i noticed this same issue of facebook login and custom tabs was documented here. |
@lawloretienne Got it, check out our |
Got it. That worked. Looks like these dependencies can get very brittle sometimes. Wish it wasn't the case. |
@lawloretienne Glad to hear the issue was fixed! |
There is a known issue in the
1.0.0
release that can occur when using Facebook login with the optional Chrome Custom Tabs configuration and support library version25.x
. There is a fix being discussed in #396.Some known workarounds:
24.x
If the above workarounds do not solve the issue, please chime in so we can further diagnose.
The text was updated successfully, but these errors were encountered: