Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.4.0
-
None
-
None
-
Android
Description
I use groovy on Android.
When I call GroovyClassLoader.parseClass(scriptText),I received an exception:
java.lang.NoClassDefFoundError: java/beans/Introspector
I found that when the script call a static method from other class, or use a static field, the exception is threw.
In many classes of groovy, they call method "java.beans.Introspector.decapitalize".But Android SDK does not contain class "java.beans.Introspector",so the exception is threw.