ZeroTierOne/java
Grant Limberg 6889fcfc28 Looks like it was the JNI cash causing the crash.
Forcing it to look up classes and methods instead of caching them stopped the crashes in the GC.  Will investigate more later.
2015-06-09 23:24:47 -07:00
..
jni Looks like it was the JNI cash causing the crash. 2015-06-09 23:24:47 -07:00
src/com/zerotier/sdk Logging and adding .equals() methods to MulticastGroup and VirtualNetworkCofnig 2015-06-09 19:38:05 -07:00
build.xml Enable ZT_TRACE and more verbose build output 2015-06-01 20:01:37 -07:00
CMakeLists.txt Remove link desperation from java API 2015-05-21 19:34:19 -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)