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