I apologize in advance if this is too simple or stupid. I have searched the web far and wide and read every post regarding pskink's package here (thanks for the package!)
I have an existing site with published XML-RPC interfaces that work fine and dandy from a PHP client or from a simple Java app running in Eclipse Galileo with either the Redstone or Apache xml-rpc libs.
I installed the ADT plugin and have run the tutorials and am trying now to see a Hello World Android app talk to my XML-RPC API on our site - we need this so we can move ahead with our "real" application.
Now for the problems. Redstone and Apache throw a ton of errors about inner class garbage - so I found all of the refs to pskink's code and completely understand how tutorials etc but I cannot seem to get Eclipse happy with the xml-rpc project package.
Could someone please tell me how this thing is supposed to be loaded in Eclipse with ADT? I have tried "Import" to bring it into the workspace as a project and it shows numerous errors in the xml-rpc src that I am certain have to do with missing libraries or something in the build configuration. What libraries do I need around and how should they be configured? I have imported it a million ways but something here is just not setup so it can find everything it needs.
I have Galileo for Java Devs + ADT
Thanks in advance - once we see this working we can actually move forward with the Android port!


