How to reduce Apk (.apk) size in android studio

后端 未结 8 1551
春和景丽
春和景丽 2021-01-03 09:50

When i run my app size of apk will 21 MB. even i enabled proguard. i use android studio to run project. in project files src folder has 8.62 MB size and lib folder size is 4

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 10:44

    You can easily reduce the size of the app by reducing the image size. Please use https://tinypng.com/ to reduce your image size. This will ensure your app size is also reduced. The image quality will remain the same.

    Also in case of libraries, please be sure to include ONLY those components that you really need. Also remove any unwanted and unused imports.

提交回复
热议问题