使用使用 java.beans 类的 jar(Introspector、BeanInfo 或 PropertyDescriptor)
我有第三方jar(我无法更改)使用,和.java.beans.Introspector
java.beans.BeanInfo
java.beans.PropertyDescriptor
如何在我的安卓应用程序中使用该罐子?
它无法从第三方jar加载类(使用):Introspector
WARN/dalvikvm(780): VFY: unable to resolve static method 6325: Ljava/beans/Introspector;.getBeanInfo (Ljava/lang/Class;)Ljava/beans/BeanInfo;
WARN/dalvikvm(780): VFY: unable to resolve exception class 962 (Ljava/beans/IntrospectionException;)
WARN/dalvikvm(780): Verifier rejected class Lorg/thirdpartyjar/SomeClass;