-
Notifications
You must be signed in to change notification settings - Fork 797
React native - App crashing on start in Android #298
Comments
same error with me
|
Same error I am also getting after installing the same AndroidRuntime: java.lang.Error: FFmpegKit failed to start on brand: Android Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "av_log_default_callback" referenced by "/data/app/~~iVKZfueqhT8wOsqwgXSF1A==/com.livebox-BmtByBsKmB4nRcVpG9j0JQ==/lib/x86/libffmpegkit.so"... |
Yup. I get the same error as @Sreekanth-KS |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same here... |
Any updates on this? |
There won't be any updates from us regarding this issue. We don't see this in the official test app we have under the ffmpeg-kit-test. And, none of the posts above share clear instructions to reproduce it. #215 explains how you can get help. Explanation of that error is:
If you get a
The first post has a |
same error with me |
Description
The app crashes on start in Android device and emulator, when just installing the library
Expected behavior
The app should not crash
Logs
Environment
Platform:
ReactNative
Version:
v4.5
Source branch:
main
react-native info:
System: OS: macOS 11.4 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 24.14 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.11.0 - /usr/local/bin/node Yarn: 1.22.17 - ~/Documents/dev/Upwork/RN/canvasRec/node_modules/.bin/yarn npm: 8.0.0 - /usr/local/bin/npm Watchman: 2021.10.04.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0 Android SDK: API Levels: 28, 29, 30 Build Tools: 28.0.3, 29.0.2, 30.0.2, 30.0.3 System Images: android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7583922 Xcode: 13.1/13A1030d - /usr/bin/xcodebuild Languages: Java: 1.8.0_292 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 17.0.1 => 17.0.1 react-native: 0.64.3 => 0.64.3 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found
Other
Im using this to fix another issue
The text was updated successfully, but these errors were encountered: