APK size is bigger than expected - android studio

后端 未结 3 2231
温柔的废话
温柔的废话 2021-02-19 02:55

My project content size like this,

  1. Main Project (Source & asset size 513KB)
  2. Module 1 (Source & asset size 135KB)
  3. Module 2 (Source & a
3条回答
  •  轮回少年
    2021-02-19 03:35

    There are 2 build variants, for Debug and for Release. Default build option is for Debug which makes size big.

    Check this answer : How to use the ProGuard in Android Studio?

提交回复
热议问题