mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 06:26:55 +02:00
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 |
||
---|---|---|
.. | ||
jni | ||
src/com/zerotier | ||
build.xml | ||
CMakeLists.txt | ||
README.md |
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)