I want to use AndroLua as library in my Android application.
Everything goes well on Android version except Android 5.x (Lollipop)
But my app crashed under Lollipop if I call juajava.new lua function. The logcat shows
JNI DETECTED ERROR IN APPLICATION: can't call static int org.keplerproject.luajava.LuaJavaAPI.javaNew(int, java.lang.Class) on class java.lang.Class<java.lang.Class>
How can I solve the problem? Or is there alternative to run lua in Android?