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
Try this:
File > Project Structure > Dependencies Tab > Add module dependency (scope = compile)
scope = compile
Where the module dependency is the project library Android folder.