Android Hello World My First App has got big size -


this question has answer here:

i have created first android hello world app tutorial http://developer.android.com/training/basics/firstapp/index.html. did described in lesson. run app on tablet. wondering how space program takes on permanent storage. omg! takes 5.8 mb! 5.8 mb phrase "hello world".

how decrease size? think 0.5 mb enough hello world application...

please check post.

use android proguard tool. proguard tool shrinks, optimizes, , obfuscates code removing unused code , renaming classes, fields, , methods semantically obscure names. result smaller sized .apk file more difficult reverse engineer.


Comments