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

后端 未结 8 1593
春和景丽
春和景丽 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条回答
  •  萌比男神i
    2021-01-03 10:29

    The Best Way to Reduce The Size of Your APK File is reduce the use of the libaries that are used in build.gradle file . these libaries create a lot of redandancy and in turn increase the size of the project .. enter image description here

提交回复
热议问题