VTM for Android #1248
-
|
You can study and test the vtm-android-example samples to see how the library works. The main page mentions: that's actually very simple, like export ANDROID_HOME /home/dan/Android/Sdk but it does not help. now in another project when in a file i have a problem import org.mapsforge.vtm.android.MapView undefied/unresolved how to create my MapView to later do something like: ??? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
@victorlysak To use the library in the apps you can follow the integration guide. ( |
Beta Was this translation helpful? Give feedback.
-
|
thank you. so, i've read the integration and in my andr. studio, build.gradle i have: after sync then, in the following function when i try to display maps in the app: no maps are displayed and logcat gives: when i comment exception is not thrown but no maps displayed even though logcat shows that they all are loaded does anyone know how to make this stuff work. ps. if i want to use my local maps in cruiser android, where should i put the .map files ? thank you |
Beta Was this translation helpful? Give feedback.
@victorlysak To use the library in the apps you can follow the integration guide.
(
ANDROID_HOMEis only needed if you want to build the library)