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

Categories

0 votes
119 views
in Technique[技术] by (71.8m points)

How to add any jar file in the Android studio?


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

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...