I want to add external library https://github.com/foursquare/foursquare-android-oauth to my Android application (I use Android Studio, the instructions provided by lib autho
There are two simplest ways if one does not work please try the other one.
build.gradle
file of the library you are using, and paste your library in External Libraries.OR
libs
folder inside app
folder and paste all your .jar
e.g Library files there, Now the trick here is that now go inside settings.gradle
file now add this line include ':app:libs'
after include ':app'
it will definitely work.