图片异步加载java.lang.IllegalStateException: ImageLoader must be init with cconfiguration before using问题

在Android应用程序开发中在网络中加载图片会出现


 java.lang.IllegalStateException: ImageLoader must be init with configuration before using问题



解决方法就是:

在这个方法之上加上

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

你可能感兴趣的:(图片异步加载java.lang.IllegalStateException: ImageLoader must be init with cconfiguration before using问题)