-
|
Hi, After the SONATYPE service is ended I changed the packages to this : When I build I get duplicate class errors for org.mapsforge.map., org.mapsforge.core. packages. SOLVED |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@ocsike How did you solve it? Try declaring the dependencies as "non-transitive" by adding the "@jar suffix": implementation 'com.github.mapsforge.mapsforge:mapsforge-core:master-SNAPSHOT@jar'Use |
Beta Was this translation helpful? Give feedback.
Thanks mate, solved now.