Is there a work around for the Android error “Unable to resolve virtual method java/beans/PropertyDescriptor”?

后端 未结 2 946
我在风中等你
我在风中等你 2020-12-15 11:22

I am trying to use a third party jar file within an Android application. I have been able to use some of the classes in the jar file just fine. However, one of the classes r

2条回答
  •  悲哀的现实
    2020-12-15 11:44

    Apache harmony is retired for a long time now. I am using openbeans. And it solves all the problem for me.

提交回复
热议问题