v0.4.27
Bug Fixes
- Android
JNI_GetCreatedJavaVMsundefined symbol: Thejni-syscrate declares an extern reference toJNI_GetCreatedJavaVMs, but Android has nolibjvm.soto link against (the symbol is provided by the Android runtime at load time). Added a no-op stub inperry-ui-androidto satisfy the linker — Perry gets the JavaVM fromJNI_OnLoadand never calls this function.