On Thursday, August 20, 2009 5:21:00 AM UTC+5:30, hap 497 wrote: > > HI, > > Can you please tell me how to use apache.commons in my android application. > > I put the right import, but when I compile it I get the following error: > > : package org.apache.commons.io does not exist > import org.apache.commons.io.IOUtils; > > Thank you for any help. >
Hi, Only apache commons related to logging is included in android. I did imported the common jar file for IOUtils in my project and it compiles just fine but at run time it's throwing NoClassDefFoundError. I dn't know wat's wrong with it? Can use some help. -- 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