« android studio 清除无用资源,缩减apk大小! 时间:2024-3-2 18:35 作者:韩俊 分类: Android 直接上图 编辑配置文件,直接打包即可,已亲测,Apk 7.56M已减肥至5.93M,减肥成功!!! buildTypes { release { minifyEnabled true shrinkResources true } } 标签: android 上一篇property_get/property_set 下一篇Android UI自动化测试最佳实践 热门推荐 1 狂刷Android范例之3:读写外部存储设备2 android Unable to execute dex问题的解决3 安卓开发前期所有准备4 Android控件之Button点击事件监听器的绑定5 Android ExpandableListView的使用技巧6 android自定义控件之模仿优酷菜单7 adb push、adb install 和强制安装8 Android监听程序自身被卸载9 android网络相关的工具类10 LayoutInflater.inflate方法解析