Skip to content

fix: preserve fast natives with legacy fallback#1941

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-jni-exception-ios-release
Closed

fix: preserve fast natives with legacy fallback#1941
Copilot wants to merge 1 commit intomainfrom
copilot/fix-jni-exception-ios-release

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 28, 2026

Summary

  • route the v9.0.3 fast/critical JNI calls through a dedicated fast-native bridge on Android 8+
  • keep legacy JNI entry points for older Android versions so supported devices avoid the ABI mismatch
  • explicitly register the optimized JNI methods during JNI_OnLoad so the fast path works on Android 8-11

Agent-Logs-Url: https://github.com/NativeScript/android/sessions/3df9b3a2-46b0-4447-9d69-126ce8fb22c7

Co-authored-by: NathanWalker <457187+NathanWalker@users.noreply.github.com>
@NathanWalker
Copy link
Copy Markdown
Contributor

went with better impl: #1942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants