Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

app:failureImage causes InflationException on older Androids #205

Open tom5079 opened 4 years ago

tom5079 commented 4 years ago

Using in app:failureImage on Andorid 16 causes InflationException. android.view.InflateException: Binary XML file line #63: Error inflating class <unknown>

Piasy commented 4 years ago

If you use Fresco, this could be caused by not initialize Fresco.

tom5079 commented 4 years ago

but i called BigImageViewer.initialize(FrescoImageLoader.with(this)) in Application