ImageLoader must be init with configuration before using

Android-Universal-Image-Loader 在使用的过程中碰到了一些问题。当时完全是按照官方的Demo来搭建的,但是始终程序运行不起来,会报以下错误:

java.lang.RuntimeException: ImageLoader must be init with configuration before using

加一代码:

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

你可能感兴趣的:(ImageLoader must be init with configuration before using)