ZeroTierOne/java
Grant Limberg 0d4283a3fa Cache jclass and jmethod instances for callbacks on the JniRef struct.
This is safe to cache as none of the instantiated callback interfaces can be changed once a Node object is created.
2015-04-24 20:34:36 -07:00
..
jni Cache jclass and jmethod instances for callbacks on the JniRef struct. 2015-04-24 20:34:36 -07:00
src/com/zerotierone/sdk implemented EventCallback 2015-04-24 20:13:21 -07:00
build.xml set 'build' as the default ant target 2015-04-23 23:14:09 -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)