I'm having a problem trying to expose a class of GDHttpClient with a native binding project. The project compiles fine and most of the functionality is working.
Looking at the warnings I can see:
Class Com.Good.GD.Net.GDHttpClient has invalid base type com.good.gd.apachehttp.impl.a.b
-> Class Com.Good.GD.Apachehttp.Impl.A.B has unknown base type org.apache.http.impl.client.DefaultHttpClient
How do I get access to org.apache.http.impl.client.DefaultHttpClient, is there a .jar file I can reference or do I need to remove this (which I've tried but with no success) via the metadata xml file. Thanks for any help you can give.