android - what am I doing to reduce the apk size in eclipse? -
i have lot of picture in project , don't delete picture because need them, application size large (over 100mb) me doing reduce apk size in eclipse?
if apk size 100 mb big.
one thing please enable proguard in application. using eclipse
then please uncomment
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
line
from project.properties
file.
second can use apk expansion technique that.
here 1 more tutorial that
http://ankitthakkar90.blogspot.in/2013/01/apk-expansion-files-in-android-with.html
Comments
Post a Comment