why the Apk file size is too larger after build........?
Hi every one
I'm using unity 4.6.1f1 version.
I'm taken any empty project and build this project in andriod. After build the apk file size is 6.5mb. when i install this apk on my andriod device the file size goes to 21mb. I can't understand this problem. Can any one help me out of this problem.
Answer by Nickyj · Aug 24, 2015 at 07:31 AM
Hi ramji, this is the default size which unity adds to all the builds. Unity add mono runtime and other unity's essential framework & libraries for your game to run. After that it is your resources which you add to project as you start making your game. If you want to reduce size of your final game build, you can follow this Reducing File Size.
Answer by ramjigeddam · Aug 24, 2015 at 11:21 AM
Thanks for reply @ Nickyj
np, you don't need to add another answer just to say this :)
Your answer
Follow this Question
Related Questions
How to reduce initial build size for Android 0 Answers
64-bit apk size is extremely large. 0 Answers
Why apk size is so large? 0 Answers
"com.google.common.base.verifyexception" Can't build my android game 0 Answers
Is anyone else having problems with gvr responding to phone movement android? 1 Answer