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