build
sh make-arm64-lnx.sh
copy libdylib_hello.so
and test
to your arm64 server
then run on the arm64 server
./test
download ndk first ndk-r25c
unzip to some path
unzip android-ndk-r25c-linux.zip
configure path
export NDK=/path/to/your/ndk
then build
sh make-android.sh
then push libdylib_hello.so
and test
to your devices via adb
adb push libdylib_hello.so /data/local
adb push test /data/local
adb shell "chmod 777 /data/local/test"
then run on the device
adb shell
/data/local/test