I Added a External Library to my project by following
this method. and tried this method too this method too.
Gradle build got Finished and i got this line added to my build.gradle
compile 'com.github.castorflex.smoothprogressbar:library-circular:1.0.1'
Now i am trying to import
this library in my class. But i can't do this. I took a look at the files and they are located in the build directory under the exploded-aar
. so i added @aar
to the compile line. Still there are no changes.
How can i import this library to my class or where i am going wrong?
Thanks in Advance