Of course!

Create a wrapper class that has the same FQN and interface.
It'll get picked up as if the library was there.

Likely that single class is no the only one that you will need to
wrap.



- Brill

On Sep 28, 10:11 am, SteveG <st...@stevegibson.com> wrote:
> I'm trying to use the Amazon Web Services java sdk jar but it has
> references to org.apache.commons.httpclient.  All I seem to have in my
> Android sdk is org.apache.commons.http.client, which is a different
> namespace and obviously causes the build to fail.  I'm new to Java and
> Android dev... is there a way to "map" one to the other or create some
> sort of symbolic link?  If not, does that mean I have to import a
> "standard" org.apache.commons library?
>
> Thanks,
> -Steve

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to