Android之Apk优化
包体积优化
- 移除无用资源
- 资源压缩
png转换为wepb
性能优化
启动速度优化
方法检测执行时间
Debug.startMethodTracing();
Debug.stopMethodTracing();
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 落雪のBlog!
png转换为wepb
启动速度优化
方法检测执行时间
Debug.startMethodTracing();
Debug.stopMethodTracing();