Wednesday, 14 August 2013

Adding Universal Image Loader in Android Studio

Adding Universal Image Loader in Android Studio

I am trying to add Universal Image Loader to my project in Android Studio.
I followed the steps in
https://github.com/nostra13/Android-Universal-Image-Loader but STEP 3 is
not clear at all and it gives me an error there. It seems ... .build()
means some code is omitted but I am getting an error. Can someone explain
what is missing?
After copying the .jar file into my libs folder, I go to File, Project
Structure, selected Libraries and added + to "Attach Files and
Directories". It was able to then resolve ImageLoaderConfiguration but
Builder(getApplicationContext()) ... .build(); gives an error. I will
appreciate if someone could tell me what else I need to add or do to make
it work
My Android Studio is Version 0.2.3.

No comments:

Post a Comment