[android-developers] Re: How to add core java libraries

2009-12-26 Thread sunrises
Thanks Mark,
Please will you provide alternative , or any hints?


On Dec 26, 5:22 pm, Mark Murphy  wrote:
> sunrises wrote:
> > I have to add java libraries javax.xml to the my android project,
> > while I am trying to add them it shows the error "Conversion to Dalvik
> > format failed with error ", please help me
>
> You cannot safely do that. I would find an alternative parsing engine
> that does not rely upon javax.xml classes beyond those already in Android.
>
> --
> 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 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


[android-developers] Re: How to add core java libraries

2009-12-26 Thread sunrises
Thanks Mark,
Actually I need to develop XMLRPC client in adnroid for XMLRPC server,
I have used Apache XMLRPC libraries which are working in java, not in
android,since those need javax.xml libraries

On Dec 26, 5:45 pm, Mark Murphy  wrote:
> sunrises wrote:
> > Please will you provide alternative , or any hints?
>
> I have absolutely no idea what you are trying to do, other than add
> something from javax.xml to your application. If you ask a very
> low-level question, you will get a very low-level answer.
>
> Generally speaking, Android already has three XML parsers (DOM, SAX, and
> XPP), so you should stick with one of those, or libraries that only
> require one of those.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _Beginning Android_ from Apress Now Available!

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


[android-developers] Re: How to add core java libraries

2009-12-26 Thread sunrises
Thanks Mark

On Dec 26, 6:17 pm, Mark Murphy  wrote:
> sunrises wrote:
> > Actually I need to develop XMLRPC client in adnroid for XMLRPC server,
> > I have used Apache XMLRPC libraries which are working in java, not in
> > android,since those need javax.xml libraries
>
> http://code.google.com/p/android-xmlrpc/
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _Beginning Android_ from Apress Now Available!

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


Re: [android-developers] Re: How to add core java libraries

2009-12-26 Thread Mark Murphy
sunrises wrote:
> Please will you provide alternative , or any hints?

I have absolutely no idea what you are trying to do, other than add
something from javax.xml to your application. If you ask a very
low-level question, you will get a very low-level answer.

Generally speaking, Android already has three XML parsers (DOM, SAX, and
XPP), so you should stick with one of those, or libraries that only
require one of those.

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

_Beginning Android_ from Apress Now Available!

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


Re: [android-developers] Re: How to add core java libraries

2009-12-26 Thread Mark Murphy
sunrises wrote:
> Actually I need to develop XMLRPC client in adnroid for XMLRPC server,
> I have used Apache XMLRPC libraries which are working in java, not in
> android,since those need javax.xml libraries

http://code.google.com/p/android-xmlrpc/

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

_Beginning Android_ from Apress Now Available!

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