我正在尝试使用Proguard来混淆我的Android应用程序.此外,我正在使用IntelliJ Idea 11.1.3构建发布已签名的APK,并在Open Module Settings - > Facets - > Compiler - > Run Proguard中选择Run Proguard选项.
当我不使用Proguard时,应用程序正在编译时没有任何错误,但是对于Proguard,我收到以下错误
Error:[MyApp] Warning: org.apache.commons.collections.BeanMap: can't find referenced class java.beans.Introspector
Error:[MyApp] Warning: org.apache.commons.collections.BeanMap: can't find referenced class java.beans.BeanInfo
Error:[MyApp] Warning: org.apache.commons.collections.BeanMap: can't find referenced class java.beans.PropertyDescriptor
Error:[MyApp] Warning: org.apache.commons.collections.BeanMap: can't find referenced class java.beans.IntrospectionException
Error:[MyApp] Warning: there were 14 unresolved references to classes or interfaces.
Error:[MyApp] You may need to specify additional library jars (using '-libraryjars').
Error:[MyApp] Error: Please correct the above warnings …Run Code Online (Sandbox Code Playgroud)