Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using GWT XML library in Android

    Hi, this may not be the forum for this question but perhaps someone has tried doing this?

    In my SmartGWT project I have inherited the 'com.google.gwt.xml.XML' module and I use it to parse xml on the client side. This works fine. The gwt library code for parsing
    xml is in the com.google.gwt.xml.client package. I got the jar containing these file and included it in my Android project with the hope that
    I can use the same (smartgwt) code to parse xml in android. The android project builds successfully. At runtime though I get a java.lang.VerifyError exception
    when it tries to parse the xml. Any idea what might be happening here?

    Thanks.
    Last edited by bc; 21 Jun 2016, 13:29.
Working...
X