Postagens

Mostrando postagens de dezembro, 2013

Como reduzir o tamanho do APK? [EN]

Imagem
Why you should consider keeping files as small as possible Memory space on smartphones is often a competitive area, now that most users are storing music, video, messages are more, in addition to downloading apps. The smaller you make your APK, the better it is for the user, and that may be a deciding factor on whether to download your app, versus a similar app that takes up more phone memory. Tips for reducing file size Here are a number of recommendations for reducing static footprint. You can choose the ones that fit best for your own particular needs. ProGuard A tool for code shrinking, like ProGuard, will significantly reduce the static foot print. The tool is available at sourceforge . Note that it is very important to re-test all of the application after applying ProGuard since it may change the application behavior. As ProGuard replaces the application symbols, to make the code difficult to read, it is important that you retain the symbol mapping, so that you