-3

Mesibo is taking 20.6Mb in size where the full app is 33Mb. Is the size we are getting is larger than expected? Can we optimize it and reduce the size?

Update
Using the app bundle resolves this problem. The .so file for all architecture actually increases the size of the total app.

Mushahid Shamim
  • 274
  • 1
  • 3
  • 10

1 Answers1

0

that's the expected size if you are using video and voice calling features, due to various components like video codecs, audio codecs, etc.

mesibo
  • 3,970
  • 6
  • 25
  • 43
  • Can I remove the emoji button in the messaging activity? Its taking around 3MB space although I don't need this. – Mushahid Shamim Nov 26 '20 at 12:54
  • I doubt it takes 3M but you can remove it by recompiling yourself, the complete source is here https://github.com/mesibo/ui-modules-android – mesibo Nov 26 '20 at 15:10
  • I am not asking about the button itself. The emoji keyboard is looking unnecessary to my used case. Is there any other way than recompiling? – Mushahid Shamim Nov 26 '20 at 15:21