I obtained the latest release and have been trying to build it, but have gotten into trouble pretty quickly. When I try to build the native engine library using ndk-build, as explained in the docs and in
this comment I end up getting this error:
Install : libagsengine.so => jni/../libs/armeabi/libagsengine.so
Install : libpe.so => jni/../libs/armeabi/libpe.so
Install : libags_snowrain.so => jni/../libs/armeabi/libags_snowrain.so
Install : libagsblend.so => jni/../libs/armeabi/libagsblend.so
Install : libagsflashlight.so => jni/../libs/armeabi/libagsflashlight.so
make: *** No rule to make target `jni/../jni/../../../Engine/../Plugins/agslua/agslua/agslua/agslua_autogen.cpp', needed by `obj/local/armeabi/objs/agslua/__/Plugins/agslua/agslua/agslua/agslua_autogen.o'. Stop.
The only thing that I seem to be doing differently is that I am using revision 8e rather than 8d.