Community
Participate
Working Groups
I see the following line in the Android.mk file: LOCAL_SRC_FILES := *.c* *.c* is invalid since the build isn't run from the jni directory. You need to explicitly list the source files. I believe I had that in the original template. It concerns me that you have this there since it shows you actually haven't tested the plug-in since it won't build the generated source file, and as a result won't discover the include path.
Fixes merged on trunk@2190.