grooidshell-example
grooidshell-example copied to clipboard
An example of usage of dynamic classes at runtime using Groovy on Android
i am trying to fix this issue([GroovyClassLoader broken in Android API 24](https://github.com/melix/grooidshell-example/issues/3)), can you tell me how to find the source code of grooid.jar
The following String of code executed in the GroovyDroid shell runs fine on API 23 but fails in API 24 (only if it references a nested class as below): ```...
I can break these into smaller commits if needed.
Update build.gradle files that works with gradle 2.2.1 Add idea project files. Have tested on Idea.
Has the groovy.lang.Script class been omitted (required by me.champeau.groovydroid.GrooidShell)? Cheers!