On Jun 16, 3:42 am, Ani <[email protected]> wrote: > W/dalvikvm(24378): VFY: unable to find class referenced in signature > (Ljava/beans/PropertyDescriptor;) > E/dalvikvm(24378): Could not find method > java.beans.PropertyDescriptor.getWriteMethod, referenced from method > org.ho.yaml.YamlConfig.isPropertyAccessibleForDecoding [...] > W/dalvikvm(24378): VFY: rejected > Lorg/ho/yaml/YamlConfig;.isPropertyAccessibleForDecoding > (Ljava/beans/PropertyDescriptor;)Z
java.beans.PropertyDescriptor is not part of the Android platform, but org.ho.yaml.YamlConfig.isPropertyAccessibleForDecoding requires it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

