-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__gxx_personality_v0" #825
Comments
Since #292, |
@tanersener tried to build with |
@tanersener btw I tried to build with |
My assumption was wrong. There is a bug in the native |
This issue is fixed in:
|
This issue is still exist in v6.0-2 Android. I used this and in firebase i can see crashes like this Fatal Exception: java.lang.Error: FFmpegKit failed to start on brand: HUAWEI, model: MED-LX9, device: HWMED-MR, api level: 29, abis: armeabi-v7a armeabi, 32bit abis: armeabi-v7a armeabi, 64bit abis: . |
Description
App crashes with ffmpeg-kit-react-native installed on Android (v6.0.1). Any ideas on how to fix it?
Expected behavior
App runs without a crash
Current behavior
App crashes on start
To Reproduce
Steps to reproduce the behaviour.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Environment
Platform: React-native (Android)
Architecture: arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64
Version: v6.0.1
Android NDK version: 25.2.9519653
build.gradle
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = '1.6.21'
detoxKotlinVersion = '1.6.21'
ndkVersion = "25.2.9519653"
ffmpegKitPackage = "audio"
}
The text was updated successfully, but these errors were encountered: