ImageLoader must be init with configuration before using

来源:互联网 发布:中山大学网络缴费 编辑:程序博客网 时间:2024/06/07 15:54

使用Imageloader报错,未初始化不能使用

解决方法:
ImageLoader imageLoader= ImageLoader.getInstance();
imageLoader.init(ImageLoaderConfiguration.createDefault(ImageActivity.this));
在activity中添加如上代码,进行初始化

0 0
原创粉丝点击