Adding external library in Android studio

前端 未结 19 1097
面向向阳花
面向向阳花 2020-11-22 05:51

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

19条回答
  •  盖世英雄少女心
    2020-11-22 06:31

    SIMPLE STEPS TO ADD ANY LIBRARY IN ANDROID STUDIO:

    1. Copy the file in question from any folder in your computer (eg. C:/documents/xyz.jar"), then go to Android Studio and right-click the Project Library folder and select paste.

    2. Now, right click on the newly added Library file and select the option "add as Library"

    D.O.N.E

提交回复
热议问题