Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
112 views
Welcome To Ask or Share your Answers For Others

1 Answer

You can add the jar file in the android studio as follows:

  1. Add a folder in your project named "Libs" and keep the jar files inside this folder , which you want to use in your project.

  2. In the "Project->Project" view, You will be able to see the jar file from android studio (you may not see it in the "Project->android" view). Right click on the jar file and select the option "Add as Library" and Click Ok.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...