Reducing android app (apk) size

前端 未结 16 1421
借酒劲吻你
借酒劲吻你 2020-11-29 20:51

I would be now publishing my first app on Google play store. I have already compressed images used in my app. And I have some questions regarding the app size.

16条回答
  •  旧巷少年郎
    2020-11-29 21:07

    Following are the ways to reduce the app size. In detail is explained in the following link.

    https://medium.com/@fahimsakri/put-your-apks-on-diet-cc3f40843c84#.m860q8s1u

    • Proguard
    • vector drawables
    • Apk splits
    • Optimize png images
    • Remove unused resources
    • 9-patch images
    • Compress Jpeg images
    • Remove debug information
    • Avoid duplications
    • Use lint extensively
    • Reuse resource whenever possible
    • Recommended Media formats

提交回复
热议问题