Reduce apk size android
问题 I am facing a problem with app size in android. The scenario is, I developed my android app in Android Studio 2.0 and the size of apk was 23 MB. After that, I upgraded my IDE to android studio 2.2 and with little code modification the size of apk boosted to 51 MB. I tried with prorogued and Lint but no advantage. Can Someone help me to tackle the issue. 回答1: 1) Replace all of Images,Icons with vector drawable 2) Turn on pro guard like following goto build.gradleapp level and put these lines *