maps-core icon indicating copy to clipboard operation
maps-core copied to clipboard

RUN TIME ERROR

Open mohammedelnady opened this issue 4 years ago • 0 comments

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" />

mohammedelnady avatar Mar 07 '21 14:03 mohammedelnady