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

Latest news

Last at Tue, 6 Dec 2011 18:37:53
Topic: New BlackBerry sample app
See more news »

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

2 replies [Last post]
iyishla.campbell
User offline. Last seen 1 year 22 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 1 day 10 hours 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?