I want to use kSoap2-android library from the official site http://simpligility.github.io/ksoap2-android/index.html, but I don't know how can I make a jar from the github project https://github.com/simpligility/ksoap2-android.
Thanks in advance!
I want to use kSoap2-android library from the official site http://simpligility.github.io/ksoap2-android/index.html, but I don't know how can I make a jar from the github project https://github.com/simpligility/ksoap2-android.
Thanks in advance!
You can follow this step by step procedure to get .jar:
Hope this helps you.
The project has a pom.xml so it can be built with maven.
It also has a maven wrapper script (mvnw), so you can run it without even having maven on your computer.
EDIT : sorry, I did not see that you only wanted one subproject. try :
mvn install -pl ksoap2-android -am