Skip to content

v0.4.27

Choose a tag to compare

@proggeramlug proggeramlug released this 29 Mar 18:08
· 4500 commits to main since this release

Bug Fixes

  • Android JNI_GetCreatedJavaVMs undefined symbol: The jni-sys crate declares an extern reference to JNI_GetCreatedJavaVMs, but Android has no libjvm.so to link against (the symbol is provided by the Android runtime at load time). Added a no-op stub in perry-ui-android to satisfy the linker — Perry gets the JavaVM from JNI_OnLoad and never calls this function.