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?
Since a while I use processing-1.5. I get the message
Ignoring sub-folder "library" , when I used the android mode. In standard mode it works. I included the used libraries into sketchbook-folder. Has anybody a solution, how to link to the libs also in android mode?