Proguard выдает следующую ошибку при экспорте приложения

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)

Кто-нибудь может указать полную процедуру защиты моего приложения.

6
задан Chetan 5 December 2011 в 06:05
поделиться