ImageLoader must be init with configuration before using...



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


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

错误、点击你会看见是在你写的

imageLoader.displayImage();方法有错、、、怎么回事???


原因:你没有初始值、、、哈哈哈、、、


解决方法:

在这个方法之上加上

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

我想你也引入了image的jar吧、、、improt一下就行了



、、、、

你可能感兴趣的:(android,图片,configuration,with,BEFORE,BEFORE,应用程序,init,be,ImageLoader,must,using...)