Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Uudised

Viimane: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

Duplicate definition for 'org.kxml2.io.KXmlParser'

2 replies [Last post]
iyishla.campbell
User offline. Last seen 1 year 21 weeks ago. Offline
Joined: 01/16/2010

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'

jaak
User offline. Last seen 13 hours 20 min ago. Offline
Joined: 06/19/2008

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

sasquatchsoftware
User offline. Last seen 1 year 18 weeks ago. Offline
Joined: 05/10/2010

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?