SoftwareSavant
SoftwareSavant

Reputation: 9767

Adding Library to Android/Eclipse project

Hello there I am trying to add a Library to an Android application. I was attempting to follow the instructions on this page... Page that I looked at to add a Library to my project

I am attempting to add the ksoap2 jar in a attempt to call a SOAP webservice.

Upvotes: 2

Views: 1707

Answers (1)

Prexx
Prexx

Reputation: 2979

create a "lib" folder in your projectdirectory, paste there your ".jar" file.

After that, refresh your project in eclipse, rightclick your jarfile and choose "Build Path"->"Add to Build Path"

Upvotes: 2

Related Questions