-
Notifications
You must be signed in to change notification settings - Fork 435
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 initialize class com.github.kittinunf.fuel.core.FuelManager #150
Comments
Can you check whether it has something to do with Proguard rule?
Since Kotlin has a backward compatibility, I don't see what can potential be a problem here. |
It's related to Proguard minify, I believe, as I get a similar error if I enable it. I'll post the fix here once I find it :) |
It's because javax.activation isn't part of the android core library: https://stackoverflow.com/questions/6326261/android-can-not-find-a-class-javax-activation-mimetypesfiletypemap-but-that-c |
kittinunf#150 - javax.activation is only available in the JavaSDK, it's not in the Android core library
I got errors when I call Fuel API but I couldn't realize what's wrong.
My question: Does Fuel support Kotlin 1.1.x?
Environment
JVM: 1.8
Kotlin: 1.1
Fuel: 1.5.0
Result: 1.0.5
Stack Trace
The text was updated successfully, but these errors were encountered: