I followed the steps shown in the video to use NDK with Eclipse but when I'm trying to build the project i get the below mentioned error messages:
native/add.cpp:8:17: error: jni.h: No such file or directory
native/add.cpp:12: error: 'JNIEXPORT' does not name a type
make: *** [obj/add.o] Error 1
Can you give me any hint on that ?
saditanis 1 year ago
I followed the steps shown in the video to use NDK with Eclipse but when I'm trying to build the project i get the below mentioned error messages:
native/add.cpp:8:17: error: jni.h: No such file or directory
native/add.cpp:12: error: 'JNIEXPORT' does not name a type
make: *** [obj/add.o] Error 1
Can you give me any hint on that ?
saditanis 1 year ago