mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 08:00:06 +00:00
This puts code accessing the data in a critical section so that the GC cannot run while JNI has access to the array. This helps with stability somewhat, but I'm still getting some crashes in the GC
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)