ImageLoader must be init with configuration before using 错

最近开发过程中用到了开源项目Android-Universal-Image-Loader。在程序开发之前在CSDN的文章里看到的有Android-Universal-Image-Loader这么个好东西 ,用起来非常的方便,大家可以看Demo,里面有详细的介绍。

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

字面意思是在使用前要初始化

只要加一句话:imageLoader.init(ImageLoaderConfiguration.createDefault(MainActivity.this));

ps: 经小伙伴们提醒,官方demo中的初始化方法是在application类中调用的

版权声明:本文为博主原创文章,未经博主允许不得转载。

有多远,走多远,把足迹连成生命线。

ImageLoader must be init with configuration before using 错

相关文章:

你感兴趣的文章:

标签云: