Open guangxingmao opened 5 years ago
compile.sh can be run on ubuntu, compile_mac.sh can be run on mac os If you develop on windows, I am not sure about the compile parameters, but it should like /I "$(JAVA_HOME)\include\win32"
It should be something like this:g++ -shared -fPIC -I "D:\Program Files\Java\jdk1.8.0_231\include" -I "D:\Program Files\Java\jdk1.8.0_231\include\win32" jnimain.cpp -L . -lsr25519crust -o ../java/out/libjni.so
while I sh compile.sh, jni.h file not found
and I run the command in terminal have the same error, can't output libjni.so
and I want to support arm64-v8a and armeabi-v7a in android, how can i do?
Tks!