Skip to content
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

App is crashing only in production #50

Open
neon010 opened this issue Apr 15, 2023 · 0 comments
Open

App is crashing only in production #50

neon010 opened this issue Apr 15, 2023 · 0 comments

Comments

@neon010
Copy link

neon010 commented Apr 15, 2023

I am using this package to get video meta data . App was working fine in debug mode but in release it is crashing.Below is the log i got from adb logcat.

04-15 17:10:11.509 4536 4617 E AndroidRuntime: java.lang.NoClassDefFoundError: failed for class wseemann.media.FFmpegMediaMetadataRetriever; see exception in other thread
04-15 17:10:11.509 4536 4617 E AndroidRuntime: at com.mybigday.rnmediameta.RNMediaMeta.getMetadata(Unknown Source:21)
04-15 17:10:11.509 4536 4617 E AndroidRuntime: at com.mybigday.rnmediameta.RNMediaMeta.access$000(Unknown Source:0)
04-15 17:10:11.509 4536 4617 E AndroidRuntime: at com.mybigday.rnmediameta.RNMediaMeta$a.run(Unknown Source:8)

below is the version of react native.
"react": "18.2.0",
"react-native": "0.71.5",
"react-native-media-meta": "^0.0.11",

It will be great if someone help me out

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

No branches or pull requests

1 participant