Loading...
Logo
Processing Forum

MVEL2 and Android

in Android Processing  •  2 years ago  
I use MVEL2 with processing and it works fine. It also compiles fine, using it in android-mode (with my old processing enviroment), but on the device I get the following message:
java.lang.ExceptionInitializerError at org.mvel2.MVEL.eval(MVEL.java.174).
I suppose Android does not support the Reflection-facilities of JAVA. Is there a turnaround? Any ideas?

I