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
flatDir { dirs 'aars' }
compile '[group id]:[artifact id]:[version]@aar'
replacing [group id] etc with the various lib attributes
create a sub directory aars
under your project directory
Copy the [youlibrary].aar
to the subdirectory created in 3. above.
Build & Enjoy!