ZeroTierOne/java
Grant Limberg 09631ad382 fix datastore get call in JNI
Just delete the local reference rather than do an array delete.  Array delete was causing a crash on loading network config files.  Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
2015-05-26 21:32:56 -07:00
..
jni fix datastore get call in JNI 2015-05-26 21:32:56 -07:00
src/com/zerotier still getting re-used to all the places you have to put access modifiers in Java 2015-05-26 20:03:47 -07:00
build.xml build & package libZeroTierOneSDK.jnilib on Mac oS 2015-05-04 20:04:44 -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)