You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
When proguard is enabled on android the app crashes in JNI_OnLoad of libmobileffmpeg.so. The solution for me was to use a heavy hammer and add the line -keep class com.arthenica.mobileffmpeg.** { *; } to my proguard-rules.pro.
It might be the case that there are more exact rules. This issue is to track that and updating any documentation/examples to be proguard friendly.