I've ported my LWUIT project to Codename One and successfully sent Android build. The size of resulting .apk file is 2.3M while LWUIT (Thorsten's port) one was 1M smaller (actually it was 700K, but there are 2 large Android themes in Codename One, so it would be around 1.3M - I've checked). Plus, LWUIT .apk classes aren't obfuscated, unlike Codename One.
- Are there any techniques to decrease .apk file size?
- Is there any switch to remove font file
material-design-font.ttf
from distribution? It is referenced in thecom\codename1\ui\FontImage
class, which is used for creating Android-like interfaces and сreating default look-and-feel for CheckBox and RadioButton (+DefaultRefreshIcon).
P.S. Are there nightly builds/updates URL for Eclipse plugin? If no - are there any info on how to update it myself?