Ksoap in Eclipse

hussain picture hussain · May 4, 2010 · Viewed 10k times · Source

HI

i new to android. i want to use ksoap to connect to web service. i have seen a lot of example. but the bet which i am not able to figure out is how to install ksoap in eclips

so that i can import the ksoap libs

import org.ksoap2;

Answer

kozdincer picture kozdincer · May 4, 2010

You add any Jar-files to your project like this:

  1. Open your project's properties (right click)
  2. Choose 'Java Build Path'
  3. Choose 'Libraries' tab
  4. Click 'Add External Jar' button
  5. Find and choose *.jar file.