views:

33

answers:

1

I know this is a noobish question, but I cannot get android-xmlrpc properly hooked into my android project in eclipse. The project website offers no advice and I have little experience developing with eclipse. Could someone please tell me the necessary steps to get the library properly into my android project?

A: 

android-xmlrpc seems to be an Eclipse project already.

Try uncompressing it somewhere in your workspace. And then goto Eclipse menu: File -> Import... and then pick "Existing Projects into Workspace" and select the directory with the uncompressed version.

Assuming you already have the Eclipse ADT plugin, everything should look Ok.

mrrtnn
Thank you. I knew it was going to be something that simple.