报错:在使用开源项目Android-Universal-Image-Loader报错

吴欣然
2023-12-01

报错:在使用开源项目Android-Universal-Image-Loader报错“java.lang-RuntimeException:ImageLoader must be init with configuration before using”

解决方法:

在使用前,初始化一下:

imageLoader.init(ImageLoaderConfiguration.createDefault(xxxActivity.this));

 类似资料: