Application size is huge

I tried to compile HelloWorld for Android. The size of .apk file is more than 1 MB. Is that normal? Is there any way to reduce the size of applications.

Hi Al Li
1m size of apk file is not huge.
Usual size of game apk is around 10mbyte in android world.
If you want to reduce size of apk than Minimize resource size

  1. use image optimizer
  2. reduce color depth if possible
  3. resize image size to be closed about 2^n

Those are my tips
Good luck