[android-developers] AssetManager.AssetInputStream throws IOException on big files

2011-12-22 Thread Yongce
Are there any google guys? Please review the issue http://code.google.com/p/android/issues/detail?id=37. It's a serious issue. Almost 4 years passed, but this issue is still there! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Classes from project's jar conflicts with Android internal jar (esp. apache commons-codec)

2011-11-11 Thread Yongce
your own > app, to avoid conflicts. > > > > > > > > > > On Thu, Nov 10, 2011 at 10:56 PM, Yongce wrote: > > I could copy the source files of the library into my project > > and place them in another package name, > > then there is no trouble. > &g

[android-developers] Re: Classes from project's jar conflicts with Android internal jar (esp. apache commons-codec)

2011-11-10 Thread Yongce
f 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 wrote: > > > > > > > > > Hi guys, > > > My project is u

[android-developers] Classes from project's jar conflicts with Android internal jar (esp. apache commons-codec)

2011-11-10 Thread Yongce
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