0

Including the twilio android SDK doubles the size of our app( from around 10 MBs to around 20 MBs)

The main culprit are the platform specific libtwilio-rtd-native.so files.

Is there any way to reduce APK size ?

letronje
  • 9,002
  • 9
  • 45
  • 53
  • https://stackoverflow.com/a/41653908/115145 https://stackoverflow.com/a/31122970/115145 https://stackoverflow.com/a/28100668/115145 – CommonsWare Jan 22 '17 at 15:48
  • Just use [splits](https://developer.android.com/studio/build/configure-apk-splits.html) to choose which native library you would like to use. – Marcos Placona Jan 24 '17 at 17:56

0 Answers0