Proguard在导出应用时出现以下错误

6
Warning: library class android.webkit.WebView depends on program class android.webkit.WebViewClient   
Warning: there were 1 instances of library classes depending on program classes.   
       You must avoid such dependencies, since the program classes will   
        be processed, while the library classes will remain unchanged.   
 java.io.IOException: Please correct the above warnings first.   
    at proguard.Initializer.execute(Initializer.java:308)   
at proguard.ProGuard.initialize(ProGuard.java:210)   
at proguard.ProGuard.execute(ProGuard.java:85)   
at proguard.ProGuard.main(ProGuard.java:499)

请问有人能够详细说明如何使用proguard混淆我的应用程序吗。


为什么这个问题被踩了,它可是一个热门问题,我还因为它得到了徽章。有没有审核人员在这里? - Chetan
2
https://dev59.com/hnXYa4cB1Zd3GeqP2yft#17988163 - Pratik Butani
1个回答

4

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接