Heavily coded app

I would like to know how to create an app if the code it is heavier than 100MB. Thanks

The code ?

or the assets / media ?

well, u r right.But I mean the complete app because the media files are indispensable

You have a couple of options:

  1. Download the assets to the app on first run, or as required

  2. Add the assets after compiling the apk (by decompiling it / recompiling it)