Android Apk Size is too big.

Hi All,

Could any one tell me why the Unity 3d Android Apk size is 7.9MB without using any assets.

I have created a New Project without importing Any assets and nothing is ther in Scene other than Maincamera. And later just take a build by making switch platform for Android and i took .Apk.

I have shocked after seeing the size of Apk it is around 8 MB.

Please check the below image which will give a clear picture of Editor log, No assets and in Hierarchy view only Main camera is there.

How could i reduce the Apk size.

Please suggest me .

The final apk is made out of a lot of things, like indeed the Unity Player itself, and maybe some models, scenes, scripts, and other custom made objects.

The unity player is actually the most important! Without this one, your application will not even start working. The unity player is, just like on your computer, the one that will proces all the 3d-objects, scripts, etc…
There is no way you cannot include the unity player - and you also don’t want to!

Thank you for the reply.

I tried with Build Stripping in Player setting with Unity Pro for 1 month Trail. I made it to Micro.

Even after doing this the .Apk is nearly 7.06MB

Any way to reduce the .Apk size ?

Suggest me …

Thank you in advance...