-
Notifications
You must be signed in to change notification settings - Fork 214
Cannot build on Android #44
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
Comments
Having the same issue. But when I run `./gradlew assembleRelease --info` I get the following:
I'v got This is what I'm presented with if I navigate to the resource. |
Just came across the same issue. scribejava 4.0 has breaking changes, fixed (for now) by limiting the dependency to Seems like that's already done on |
Yub, Thanks. modifying Replaced |
Did not see that the latest version has already done this. 93c38f6 |
Yep, the next |
This should be fixed with the latest version ( |
Error:
node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerFragmentController.java:32: error: cannot find symbol import com.github.scribejava.core.exceptions.OAuthConnectionException; ^ symbol: class OAuthConnectionException location: package com.github.scribejava.core.exceptions /Users/alfredlau/Work/bite/node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerFragmentController.java:281: error: cannot find symbol } catch (OAuthConnectionException ex) {
I'm unable to build my app. Looking into scribejava seems to suggest that exceptions/OAuthConnectionException no longer exists, though I'm not really fluent in Java.
The text was updated successfully, but these errors were encountered: