相关疑难解决方法(0)

org.apache.commons.collections.BeanMap:找不到引用的类java.beans.Introspector

我正在尝试使用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)

android intellij-idea proguard

4
推荐指数
1
解决办法
1938
查看次数

标签 统计

android ×1

intellij-idea ×1

proguard ×1