android - 我的 Android 应用程序版本超出预期

标签 android ffmpeg

我创建了一个简单的 android 应用程序来下载 whatsapp 状态

I have completed all the functionalities.then the app size is less than 5MB

之后,我添加了一个第三方插件,将我的应用名称作为水印添加到下载的视频文件中
i used ffmpeg to add water mark in the video

但在那之后,我的应用程序发布大小达到了 20MB 左右。
I used minifyEnabled true to shrink the code.but doesn't worked

如何减小我的发布大小

最佳答案

使用和应用程序包来减小大小。在谷歌开发者官方方面找到更多信息。
Reduce apk size

关于android - 我的 Android 应用程序版本超出预期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61160904/

相关文章:

android - packageDebug > 无法在 Android Studio 上封装 APK

android - Android 中的本地化值(value)

c++ - RTSP 流媒体服务器 C++

audio - FFmpeg - 与音频帧大小及其计算的概念混淆

Android如何提高ffmpeg mp4性能?

android - 将位图转换为 WebRTC VideoFrame

android - java.lang.SecurityException : MODE_WORLD_READABLE no longer supported

javascript - 从 webm+wav 转换为 mp4 的 webRTC 问题

ffmpeg - 为什么 avformat_network_init() 给出未解析的外部符号

android - 在 Android 上构建 ffmpeg。使用 NEON (Tegra3) 和 Cygwin