Friday, 15 May 2015

JavaCPP with Android NDK -



JavaCPP with Android NDK -

i'm trying utilize javacpp , trying build project in eclipse. however, encounter java.lang.unsatisfiedlinkerror when seek create phone call java class c++ function.

i have tried command

java -jar libs/javacpp.jar -classpath bin/ -classpath bin/classes/ -properties android-arm -dplatform.root= -dcompiler.path= -d libs/armeabi/

with appropriate values filled in blanks) mentioned in readme file comes along javacpp project. these things have been in vain until now. please allow me know if i'm missing obvious or major. , though java.library.path has been set appropriate value, value not read command line.

thanks

android-ndk javacpp

No comments:

Post a Comment