Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はあちこちでそれと格闘してきました -
mp4parser ライブラリを機能させるために、プロジェクトのプロガード構成ファイルに追加する必要があるプロガード定義は何ですか?
mp4parser バージョン 1.1.7 でテスト済み:
-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.**
楽しみ