-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Proguard with okio #60
Comments
You can safely ignore the warnings. They aren't used when not available. |
thanks.
|
Hey @moallemi , |
Is there anyway this could be fixed so we don't have to use -dontwarn? |
No. The problem is in the Android platform's lack of these types, not this library. |
@moallemi Thanks |
So good!-dontwarn xxx** can ignore “can't find referenced class com.xxx.xxx””warnings. But warnings arenot err,why it can't continte? |
如果你使用是okhttp和rxAndroid,retrofit2。并且在打release包是报找不到okio,rx,retrofit。你只需要在app下的proguard-rules.pro混淆文件中加入 |
-dontwarn okhttp3.** |
thanks for ur suggestions,my problem is solved。 |
-dontwarn org.codehaus.** Thanks! |
thank you moallemi |
Hi,
when I come to proguard my project this error occurs:
how can I solve the problem?
The text was updated successfully, but these errors were encountered: