sahasbhop / apng-view

Android custom Drawable view that can display and animate APNG resources.
Apache License 2.0
160 stars 30 forks source link

ImageLoader must be init with configuration before using #10

Open eclipse4dk opened 7 years ago

eclipse4dk commented 7 years ago

I`m so sorry to disturb you.when i use yours method to initialized Imageloader in my application,there IllegalStateException: ImageLoader must be init with configuration before using.Do you know why?

sahasbhop commented 7 years ago

because this library is rely on nostra13/Android-Universal-Image-Loader. So it's needed to be initialized first

eclipse4dk commented 7 years ago

my fault.thx