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

http://commons.apache.org/

Android contains many bits of Apache code -- most of the java/javax
classes come from Apache Harmony, and Android has most of Apache
HttpClient. Neither of those are part of Apache Commons.

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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

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