fix(Android): bump runtime to 11.4.1 to fix ARMv7 TLS relocation crash#426
Merged
mfazekas merged 1 commit intorive-app:mainfrom Apr 23, 2026
Merged
Conversation
rive-android 11.4.1 includes rive-app/rive-android#12175 ("Fix linking
issues on ARMv7 devices due to TLS relocations"), which resolves an
UnsatisfiedLinkError at Rive.init on Android 9 / API 28 caused by
R_ARM_TLS_DTPMOD32 relocations that the API 28 linker cannot resolve.
Fixes rive-app/rive-android#441.
|
Can we please merge this? I need this crash resolved. |
Contributor
Author
|
@mfazekas would you be able to get this one in in a release |
mfazekas
approved these changes
Apr 23, 2026
Collaborator
|
FWIW Until the release is made you can customise the version used in your app, see: https://rive.app/docs/runtimes/react-native/native-version-customization |
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the default Android runtime from 11.4.0 to 11.4.1.
rive-android 11.4.1 includes the fix
4b3c801("Fix linking issues on ARMv7 devices due to TLS relocations"), which resolves anUnsatisfiedLinkErroratRive.initon Android 9 / API 28 caused byR_ARM_TLS_DTPMOD32(reloc type 17) relocations that the API 28 linker cannot resolve. Apps using rive-android >= 11.0.0 crash at startup on affected devices when Rive is initialized inApplication.onCreate.Changes
package.json:runtimeVersions.android11.4.0->11.4.1README.md: update the three11.4.0references (defaults block,gradle.propertiessnippet, ExpowithGradlePropertiessnippet) to11.4.1Test plan