-
Notifications
You must be signed in to change notification settings - Fork 430
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
simple GET request fails with IllegalAccessError OkHttp3 #871
Comments
Are you override the okhttp versions in your apps? Fuel 3x uses okhttp 5. |
Nope, you can find the Could it be related to proguard? Like a missing rule? |
Oh okay, I think I figured out what went wrong. on alpha1, I had okhttp as implementation instead api. The snapshot already had api. I believe your android apps is looking at the okttp library, but it is not found. Hence errors. As for temporary workaround, you can put okhttp 5 library on your apps. |
Adding okhttp in
I still get the same error |
@iNoles any news on this? |
Sorry, no updates for now. |
Ok sorry to bother you, but do you have an idea of what could be the issue? I shared my project link, so it might help you to identify the issue. |
I built my own News app that uses Fuel 3.0 alpha 01 and compose multiplatform. https://github.com/iNoles/News I hope it would help you. |
Thx, but no it does not help since your android project is almost empty (you forgot to push maybe?). Anyway, I downgraded to latest stable |
That is because shared modules contain the android library. |
Hi, using
3.0.0-alpha1
on my android project when I make a simple GET request on a healthy URL I get the following exception and the request fails:code
I'm not sure if it's a bug in the lib or something related to my android project?
The text was updated successfully, but these errors were encountered: