I'm working with the source code of VLC for Android and this includes JNI code.
I'm working with Juno Eclipse and I want to compile class libvlcjni.c when I edit it, I used the ndk-r8c order to build a "New builder" by following these guidelines: http://mobilepearls.com/labs/ndk-builder-in-eclipse\
When I modife the class libvlcjni.c, I get the following messages in console:
/ home/vmg/android/android-ndk-r8c/build/core/add-application.mk: 128: Android NDK: WARNING: APP_PLATFORM android-9 is larger than android: minSdkVersion 7 in. / AndroidManifest.xml
Gdbserver: [arm-linux-4.6-androideabi] libs / armeabi / gdbserver
Gdbsetup: libs / armeabi / gdb.setup
make: * No rule to make target jni / .. / / modules / codec / omxil / iomx.cpp ', needed by obj / local / armeabi / objs-debug / iomx-gingerbread / __ / / modules / codec / omxil / iomx.o '. Stop.
I know that I haven't the file iomx.cpp , but I don't know how generate it.
What am I doing wrong? Help, please.