I could copy the source files of the library into my project
and place them in another package name,
then there is no trouble.
But I think it's a bad idea to do that.

On Nov 11, 8:34 am, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> I doubt you can.  I'd ask the authors of your library to see if they
> have instructions on how to use it on Android.  You have to realize
> that not every library you find on the web will be compatible with
> Android out of the box.
>
> On Nov 10, 4:35 pm, Yongce <tuyon...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi guys,
>
> > My project is using classes from the 'commons-codec' library.
> > So I included commons-codec.jar in my project.
> > But I found this library is also included in Android.
>
> > Now, the problem is that the internal Android one is loaded and used
> > always.
> > The one included in my apk has no chance to get used.
> > So, how can I get rid of the internal one and use the one provided by
> > me?
>
> > PS,
> > I know I can copy the code directly into my project but I don't think
> > it's the correct way.
>
> > Thanks
> > YC

-- 
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