Re: [android-developers] Re: How to use apache commons in my android application

2012-08-10 Thread Zsolt Vasvari
If you want some JAR out of the vast set of Apache Commons projects, you are welcome to try it: put it in libs/, tell Eclipse about it, and hope it works. It does --- I use a few Apache Commons libraries in my app. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: How to use apache commons in my android application

2012-08-09 Thread sumit dhaniya
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

[android-developers] Re: How to use apache commons in my android application

2009-08-20 Thread Mark Murphy
hap 497 wrote: But android sdk does come with apache commons No, it doesn't: http://developer.android.com/reference/packages.html Moreover, there is no such thing as apache commons as a single JAR. There are dozens of Apache Commons projects, each with their own JAR(s):

[android-developers] Re: How to use apache commons in my android application

2009-08-19 Thread Dan Sherman
If you're using eclipse, add the jar to the libs folder, right click the project, and add it to the libraries required. On Wed, Aug 19, 2009 at 7:51 PM, hap 497 hap...@gmail.com wrote: HI, Can you please tell me how to use apache.commons in my android application. I put the right import,

[android-developers] Re: How to use apache commons in my android application

2009-08-19 Thread hap 497
Thanks. But android sdk does come with apache commons, I don't think I should required to do that. I don't want to carry an apache commons jar if android has one. Do I need to modify my manifest file or something to use apache.commons? On Wed, Aug 19, 2009 at 5:04 PM, Dan Sherman

[android-developers] Re: How to use apache commons in my android application

2009-08-19 Thread Mark Murphy
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 http://org.apache.commons.io does not exist import org.apache.commons.io.IOUtils;

[android-developers] Re: How to use apache commons in my android application

2009-08-19 Thread efan
http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary On Aug 19, 5:24 pm, hap 497 hap...@gmail.com wrote: Thanks. But android sdk does come with apache commons, I don't think I should required to do that. I don't want to carry an apache commons jar if android