i'm not good with these things. I understood i needed ndk-build, so i downloaded the android ndk and modified the ScenePlayer makefile to point to the ndk-build folder. Then i gave "make" from the sceneplayer folder. It gave me some errors, but i can't understand what to do. Here is the log:
athos@athos-laptop:~/pd-for-android-GIT/ScenePlayer$ sudo make
~/Thinkering/android-ndk-r6/ndk-build
Android NDK: /home/athos/pd-for-android-GIT/ScenePlayer/jni/Android.mk:rj_zcr~: LOCAL_MODULE_FILENAME should not include file extensions
Android NDK: /home/athos/pd-for-android-GIT/ScenePlayer/jni/Android.mk:rj_zcr~: LOCAL_MODULE_FILENAME must not contain a file extension
make[1]: ingresso nella directory "/home/athos/pd-for-android-GIT/ScenePlayer"
/home/athos/Thinkering/android-ndk-r6/build/core/
build-shared-library.mk:30: *** Android NDK: Aborting . Arresto.
make[1]: uscita dalla directory "/home/athos/pd-for-android-GIT/ScenePlayer"
make: *** [all] Errore 2