So i need to know, how can i decrease my app size. It is 1,4 MB and it is too much for it's funcionality. So i wonder what parts of application is adding most to app size?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Graphics are the biggest influence to file size. Try PNGCrush a pretty good lib to reduce the file size of png files. |
|||||
|
|
use Window-> Run Android Lint for your project. this will show you unusefull things (strings, drawables....) and other issues in your project. (you can even configure which ones are warnings/errors going Preferences->Android->Lint error checking) hope it help's! |
|||||
|
|
APK files are just ZIP files. Use a zip utility that shows you the compressed size of each entry (like |
|||
|
|