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

Class Not Found Exception : org,mp4parser.boxes.iso.14496.part12.FileTypeBox. #446

Open
QL-Nisha-Rana opened this issue Oct 8, 2021 · 0 comments

Comments

@QL-Nisha-Rana
Copy link

Hi , I am getting the error on release build "Class Not Found Exception : org,mp4parser.boxes.iso.14496.part12.FileTypeBox."
I added these lines even after I am getting the error.
-keep class com.tencent.** { ; }
-keep class * implements com.coremedia.iso.boxes.Box {
; }
-dontwarn com.coremedia.iso.boxes.*
-dontwarn com.googlecode.mp4parser.authoring.tracks.mjpeg.**
-dontwarn com.googlecode.mp4parser.authoring.tracks.ttml.**
-keep class com.coremedia.iso.boxes.** { ; }
-keep class com.googlecode.mp4parser.boxes.mp4.ESDescriptorBox { ; }
-keep class $package.
{ *; }

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