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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -