Android Development wrote:
> Android does not like javax.* namespace libraries ???? 

It likes the ones built into Android.

> I use some javax.* libs in my project successfully.

If you add external JARs or source files to your project that contain
java.* or javax.* classes, you may get a build error, because the
Android build tools get unhappy . Not all packages are affected, but
many are. For example, java.beans was affected, and probably still is
for the classes in the java.beans package that are not included in Android.

You can add the --core-library switch to get past the problem, but you
are running quite the risk.

http://code.google.com/p/android/issues/detail?id=2329

If you are successfully adding javax.* classes to your SDK application,
perhaps from Apache Harmony, count your blessings, and consider letting
us know which ones work!

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

_Android Programming Tutorials_ Version 1.0 In Print!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to