What influences APK size?
I have simple Angular 2 app using typescript, which compiles to 2mb of javascript total.
The app has 387MB in size.
I noticed that in /platforms/android/build is 587MB, inside I have dirs: intermediates 453MB outputs 109MB generated 0.5MB tmp 24kb
What am I doing wrong?
PS. I am using Crosswalk, but it should add 20MB, not 350MB in size.