728x90 AdSpace

Friday, February 10, 2012

Import ksoap into an Android project in Eclipse. - Tutorials Views

Import ksoap into an Android project in Eclipse.

ksoap is a SOAP API suitable for the J2ME, based on kXML. We can use ksoap in Android to access soap based web services easily. In this tutorial I'm not going to develop any web service. This will describe how to add ksoap in to your Android project when you are using Eclipse IDE.

Pre-requisites
1. Eclipse with ADT.
2. Android SDK.
3. ksoap (Click here to download ksoap2 jar file).

 
Adding ksoap is very easy. In the same way we can add any other library file.
Follow this steps to add ksoap2(or any other library file) in to existing Android project.

1. First download & copy ksoap2.jar in to documents or any other accessible directory. 
2. Right click on your Android project.
3. Select properties.
4. In properties window select Java Build Path > Libraries > Add External JARs.
5. Select ksoap2.jar file. Then click Open & finally click OK.

If there is any problem leave a comment.
Thank you!!!
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: Import ksoap into an Android project in Eclipse. - Tutorials Views Rating: 5 Reviewed By: Hasan Afaque
Scroll to Top