From 1d662898098e0fb3e12b949f0b9608283ca1b073 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 14 Feb 2026 00:02:29 +0100 Subject: [PATCH] Update README.md --- MapsforgeTiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapsforgeTiles/README.md b/MapsforgeTiles/README.md index d03dbde0..df653bb1 100644 --- a/MapsforgeTiles/README.md +++ b/MapsforgeTiles/README.md @@ -30,7 +30,7 @@ map.MapLayer = new MapTileLayer --- While building MapsforgeWrapper with IKVM's `MavenReference` succeeds, running a `RenderThemeFuture` -always fails with a `NoClassDefFoundError` exception for `org.xmlpull.v1.XmlPullParserException`. +always fails with a `NoClassDefFoundError` exception for `org.xmlpull.v1.XmlPullParserFactory`. An alternative approach is to import Mapsforge classes by an `IkvmReference` that references a local JAR file with all required dependencies. This JAR is built from `pom.xml` in the project