ZeroTierOne/java
2015-06-23 23:03:02 -07:00
..
jni Merge branch 'adamierymenko-dev' into android-jni 2015-06-17 18:42:23 -07:00
src/com/zerotier/sdk added Comparable interface to VirtualNetworkConfig so we can sort arrays containing it. 2015-06-23 23:03:02 -07:00
build.xml Modified ant build script so that it can be integrated with Android Studio's build system 2015-06-13 14:38:04 -07:00
CMakeLists.txt Rename JniCache to JniLookup 2015-06-10 20:16:13 -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)