Don't know about KSOAP but just put the jar files in your project lib directory. Two practical issues arise: (1) Including a bunch of jar files may increase the size of you application a lot; (2) If the jar files have dependencies on parts of the JSE API that are not part of Android you are SOL. This is likely with a SOAP package that may be using parts of JAXP that are not included on the Android platform.
On Jan 28, 11:38 pm, Chirayu Dalwadi <[email protected]> wrote: > How to include .jar files in android for a perticular application in which > KSOAP is implemented? > > -- > Warm Regards, > Chirayu Dalwadi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

