Grant Limberg 02b33e3763 Yeah it helps to byte swap the port back to little-endian before sending the port off to Java 10 years ago
..
jni 02b33e3763 Yeah it helps to byte swap the port back to little-endian before sending the port off to Java 10 years ago
src 75d7137025 added a class I found to load JNI code from within JAR files on non-android platforms. 10 years ago
CMakeLists.txt 0a15eae00f Setup native build for Windows Java. 10 years ago
README.md b3429481cd update build instructions 10 years ago
build.xml 0a15eae00f Setup native build for Windows Java. 10 years ago

README.md

ZeroTier One SDK - Android JNI Wrapper

Building

Reqires:

  • JDK
  • ANT
  • Android NDK

Required Environment Variables:

  • NDK_BUILD_LOC - Path do the ndk-build script in the Android NDK
  • ANDROID_PLATFORM - path to the directory android.jar lives (on Windows: C:\Users<username>\AppData\Local\Android\sdk\platforms\android-21)