0

Looking at generated APK, I can see that Fresco comes with native libraries for some popular image formats. How do I keep only one (e.g. WebP) and exclude the rest?

Note: I'm not talking about CPU architecture, which I already handle using split.

wiradikusuma
  • 1,930
  • 4
  • 28
  • 44

1 Answers1

0

Fresco now consists of multiple (optional) artifacts and you can select what you need for your app, see http://frescolib.org/docs/index.html

Alexander Oprisnik
  • 1,212
  • 9
  • 9