Can't resolve symbol 'MapView' vtm-android in Android Studio #1156
mmackay870719
started this conversation in
General
Replies: 1 comment
-
@mmackay870719 Please use the latest VTM version (see here). And use the instructions in the integration guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi... I have one problem with org.mapsforge:vtm-android:0.11.1 packege in android Studio
In fragment class....
In build.gradle....
implementation 'org.mapsforge:vtm:0.11.1'
implementation 'org.mapsforge:vtm-themes:0.11.1'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.mapsforge:vtm-android:0.11.1'
implementation 'org.mapsforge:vtm-android:0.11.1:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:0.11.1:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:0.11.1:natives-x86'
implementation 'org.mapsforge:vtm-android:0.11.1:natives-x86_64'
implementation 'com.caverock:androidsvg:1.4'
Thank's
Beta Was this translation helpful? Give feedback.
All reactions