google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
261 stars 31 forks source link

Document `SetFallbackLoader` workaround for Android. #273

Closed jwhpryor closed 3 weeks ago

jwhpryor commented 7 months ago

JNI Bind can have failures on Android if there is no "fallback loader". In x86, other threads will correctly use primordial loaders, but on Android they will have no loader.