BigImageViewer icon indicating copy to clipboard operation
BigImageViewer copied to clipboard

app:failureImage causes InflationException on older Androids

Open tom5079 opened this issue 5 years ago • 2 comments

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

tom5079 avatar Sep 27 '20 04:09 tom5079

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

Piasy avatar Sep 27 '20 09:09 Piasy

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

tom5079 avatar Sep 27 '20 09:09 tom5079