我有 3rd 方 jar(我无法更改),它使用java.beans.Introspector,java.beans.BeanInfo和java.beans.PropertyDescriptor.
如何在我的 android 应用程序中使用该 jar?
Introspector它无法从第 3 方 jar加载类(使用):
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;