Android
混淆代码时提示"Warning:org.apache.commons.httpclient.util.URIUtil: can't find referenced class org.apache.commons.codec.net.URLCodec
"
解决方法是proguard-rules.pro
中增加如下语句:
1 |
-dontwarn org.apache.commons.httpclient.** |
其他类似的警告信息,可以参考以上的方法,逐行添加即可。
参考链接
ProGuard error can't find superclass or interface org.apache.http.entity