How to add jar file to Android studio project. For example, I'm trying to add ksoap2-android-assembly-3.1.1-jar-with-dependencies.jar to the project. Do not see the option anywhere to add the jar file to the project in order to access the library functions inside it.
source
share