- Home /
How to reduce apk size
Hi all, My complete unity project size is 2 mb (including assets and libraries) but my apk build size is 8MB, How do I reduce the size of it.. And also My game works well in Devices with the resolution 320*480 but not in heigher resolutions..Game stucks in Higher resolution device eventhough they have 1gb of RAM
hi , my game contains only 1 scean and only 4 textures than also it containts 50 mb apk , so provide the suggation for reduce the size of apk.
Answer by Joyrider · Aug 22, 2013 at 11:21 AM
After a build unity prints an overview of the used file size in the editor log. So you can check what makes up your 8MB build size.
But keep in mind that your project files do not include the Unity Engine, which your apk does. So my guess is most of the size difference is to be found there.
Thanks for the reply... can you please explain more about this "keep in $$anonymous$$d that your project files do not include the Unity Engine?" +1
The Unityengine alone has around 6$$anonymous$$B. So a complete empty project will need at least ~6$$anonymous$$B. All you add to the project will simply add to the base size.
I have 8 mb textures, AP$$anonymous$$ file size = 13.7mb I reduced my textures to around 2mb , AP$$anonymous$$ file size = 13.5mb
i am making simple flappy bird game. which should be of 3 to 4mb but after build it become 15 mb,
i see my editor log details it is showing completed size to 4.9 mb... This is very bad issue with unity :(
I have the exact same problem as maria-dev. $$anonymous$$y assets are 1$$anonymous$$B, library is 3.5$$anonymous$$B but the compiled AP$$anonymous$$ is 15$$anonymous$$B. That's a ridiculous size increase. Is Unityengine really over 10$$anonymous$$B nowdays?
Answer by wall_e1234 · Apr 15, 2015 at 02:20 PM
Edit >> Project Settings >> Player >> Other Settings >> Device Filter : AR MV 7 then build it.. also try to reduce image and music size..
Answer by Krunal_vasundhara · May 10, 2017 at 10:23 AM
hi , my game contains only 1 scean and only 4 textures than also it containts 50 mb apk , so provide the suggation for reduce the size of apk.
Your answer
Follow this Question
Related Questions
CommandInvokationFailure: Failed to align APK package. 3 Answers
Sprites increase android apk size 2 Answers
Problems installing apk built from Android Studio 1 Answer
unity to android 1 Answer
Sending email via APK version 1 Answer