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 [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-developers?hl=en

