-
Notifications
You must be signed in to change notification settings - Fork 209
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
Could not invoke A0Auth0.showUrl #156
Comments
If you haven't changed the code nor its dependencies it doesn't make sense to have this "no method found" exception now. The only thing I can come up with is that you might be using different google support library versions along the app. Maybe not directly, but your app dependencies (such as this library) may be requiring different support library versions. It's known that even |
Hi @lbalmaceda , I had tried the
I had recompiled the app and the same thing still happened on the android platform. |
Finally resolved the issue by seanpatrickcatlin solution in this post. Adding the following to my build.gradle file
|
HI,
I was using the Auth0 lib for a few weeks working on a project. Everything works fine for iOS and Android (both in Sim and Device). However today when I run the same project without making any changes to the source code, I got this error "Could not invoke AoAuth0.showUrl" in both Android Sim and device whenever I tried to call auth0.webAuth.authorize method. Below is my source code to perform the authorization.
Below is the full error.
The text was updated successfully, but these errors were encountered: