DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
169 stars 80 forks source link

Build Size too large #58

Open myxoh opened 4 years ago

myxoh commented 4 years ago

The build size of the APK demo is over 100MB, even with proguard, any recommendations as to how to get that below the Google Play limit of 100MB? Or do you use bundles and split on architectures?

Michael-DJI commented 4 years ago

@myxoh we will downsize the package in next version, it will be released very soon, thanks for the feedback!