I'm trying to use the rimui_maps_lib-1.0.2 library along with ksoap2.
However when i add both to the same project i get the following error:
Error!: Duplicate definition for 'org.kxml2.io.KXmlParser' found in: org.kxml2.io.KXmlParser
rapc failed for the project 'xyz'
I run into the same problem too. unfortunately, the ksoap2 jar is only a jar file.. there is no source attach to recompile the jar. Is there a workaround for this problem jaak?
Maps lib uses also kxml2 parser, like ksoap2. Can you modify ksoap2 jar file to remove classes which are already in the maps lib? In theory it should work.
/JaakL