How do I reduce size of apk?(Intel XDK)

0 favourites
  • 2 posts
From the Asset Store
220 Food Sprites in 16x16 pixel size. Perfect for items for a retro style game.
  • OK so am using Intel XDK(updated) and my Construct 2 exported folder its only 3.61 MB.And after Intel XDK its about 22 mb(THATS FINE TO ME its not that large its on place).But after i install it on my android device its freaking 60MB.

    And project contains of 3 sprites few global variables,layouts....and its rly simple.

    Am i missing something?Some setting or smthing.

    I am exporting for 4.0+ crosswalk for android from C2.

    Any tips for reducing size?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • An APK (and an IPA and APX, etc.) is a ZIP file. The Crosswalk library is about 18-20MB in size (compressed), thus the reason your APK is about 22MB. However, when you install your app, the size on the device is the uncompressed size PLUS any local dataspace that is required by your app and the components you've included (such as Crosswalk).

    To get a better sense of how much of that is due to Crosswalk and how much is due to plugins and your code, build the app without Crosswalk and compare the install results.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)