How to add a .jar file into Android studio (version 0.4.0) project

Viewed 21351

How to add a jar file into a Android studio project. For example I am trying to add ksoap2-android-assembly-3.1.1-jar-with-dependencies.jar into a project. Dont see an option anywhere to add the jar file into the project so as to access the library functions within it.

2 Answers
Related