RUN TIME ERROR
JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "io.openmobilemaps.mapscore.shared.MapsCoreSharedModule$CppProxy" on at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:230)
MY CODE IS : FRAGMENT: binding.mapViewDealers.setupMap(MapConfig(CoordinateSystemFactory.getEpsg3857System())) binding.mapViewDealers.registerLifecycle(lifecycle)
XML: <io.openmobilemaps.mapscore.map.view.MapView android:id="@+id/mapViewDealers" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />