Search Unity

How to reduce apk size?

Discussion in '2D' started by idzzly, Sep 7, 2017.

  1. idzzly

    idzzly

    Joined:
    Apr 25, 2016
    Posts:
    6
    Unity2D is a good solution to build 2D game.
    But the size of apk is so larger than other 2D engine like cocos2d.
    I build a apk which size is 20.5MB and have no content.
    Certainly, I want to support both arm and x86.
    Any suggestion?
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    You wont be able to reduce the size, that's the smallest you're going to get from Unity.

    IMO, there are very few end users who will care about the 20MB additional weight.

    If you're supporting arm and x86, Google play will let you upload individual apk's for each platform so you can keep a bit of weight down.
     
    Deleted User likes this.
  3. sadsasddas

    sadsasddas

    Joined:
    Jun 17, 2017
    Posts:
    2
    aklgupta likes this.
  4. qVadro

    qVadro

    Joined:
    May 18, 2017
    Posts:
    24


    It will reduce ~10 mb's of size
     
    aklgupta and RupertRawnsley like this.
  5. aklgupta

    aklgupta

    Joined:
    Jun 9, 2014
    Posts:
    29
    Thanks all