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
Brianvdb edited this page Dec 23, 2017
·
3 revisions
There are a few ways to reduce your APK file size.
Exclude FFprobe
If you do not use FFprobe in your project it is recommended that you remove the FFprobe library files from your APK build. To do this, add the following packagingOptions block in your app module Gradle.
Similarly, you should exclude FFmpeg library files if you only use FFprobe in your project. To do this, add the following packagingOptions block in your app module Gradle.