I did some more searching.  The KXML classes are in dalvik/libcore,
and they are not in android.jar, and thus they are not visible to me
as an app developer.  Of course they are used internally for various
things.

Is there some way to use classes in libcore?  Or are those separated,
and I shouldn't use them?  Will they conflict with my application's
classes?  For instance, there is a class in libcore called
org.kxml2.io.KXmlParser.  If I include the KXML classes in my
application, I'll have a class with the same name.  Which one will be
"found" by my application?

Thanks

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