Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add any jar file in the Android studio? [duplicate]

I'm working the basic android application , I do not know where to add the jar file in the android studio.

like image 763
Seenu S Avatar asked Mar 23 '15 10:03

Seenu S


People also ask

How to find JAR files on Android Studio?

How to find the libs folder in Android Studio? If you are unable to find the libs folder in Android studio then open your android project in “Project” mode If the project is already opened in the “Android” mode. Then go to Your Project Name > app > libs and right-click on it and paste the downloaded JAR files.


1 Answers

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.

like image 73
Prince Avatar answered Sep 22 '22 18:09

Prince