Adding external library in Android studio

前端 未结 19 1085
面向向阳花
面向向阳花 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:29

    1)just get your lib from here http://search.maven.org/

    2)create a libs folder in app directory

    3)paste ur library there

    4)right click on ur library and click "Add as Library"

    5)thats all u need to do!

    I hope this will definitely gonna help you!!!!

提交回复
热议问题