We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
代码 OkGo.getInstance().setCertificates(getAssets().open("cert.cer")).debug("Debug"); 报错 ava.lang.NoClassDefFoundError: okhttp3.internal.tls.OkHostnameVerifier
代码 OkGo.get(API.getContext) .headers("xxxx", xxxxx) .headers("xxxxxx", "xxxxxx") .execute(callback); 报错 java.lang.NoClassDefFoundError: com/lzy/okgo/OkGo$OkGoHolder
手机 小米3电信版 mui android4.4 开发版
The text was updated successfully, but these errors were encountered:
compile 'com.lzy.net:okgo:2.1.4'
Sorry, something went wrong.
bug 已解决,是方法超过64k了
No branches or pull requests
代码
OkGo.getInstance().setCertificates(getAssets().open("cert.cer")).debug("Debug");
报错
ava.lang.NoClassDefFoundError: okhttp3.internal.tls.OkHostnameVerifier
代码
OkGo.get(API.getContext)
.headers("xxxx", xxxxx)
.headers("xxxxxx", "xxxxxx")
.execute(callback);
报错
java.lang.NoClassDefFoundError: com/lzy/okgo/OkGo$OkGoHolder
手机 小米3电信版
mui android4.4 开发版
The text was updated successfully, but these errors were encountered: