ZeroTierOne/java
Grant Limberg 0a15eae00f Setup native build for Windows Java.
Still need to do Mac & Linux
2015-04-30 21:50:28 -07:00
..
jni Setup native build for Windows Java. 2015-04-30 21:50:28 -07:00
src/com/zerotierone/sdk added a class I found to load JNI code from within JAR files on non-android platforms. 2015-04-30 21:50:05 -07:00
build.xml Setup native build for Windows Java. 2015-04-30 21:50:28 -07:00
CMakeLists.txt Setup native build for Windows Java. 2015-04-30 21:50:28 -07:00
README.md update build instructions 2015-04-24 17:04:08 -07:00

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)