Hello, I can not compile any sample or new project (with instructions from web site).
Can anybody send me simple example for TomTom maps:
android studio, java, with 1 default activity with map.
Thank you for help.
Hello, I can not compile any sample or new project (with instructions from web site).
Can anybody send me simple example for TomTom maps:
android studio, java, with 1 default activity with map.
Thank you for help.
probably the most simple project is this one: https://github.com/tomtom-international/migration-tutorial-android-sdk
Can you try to clone it, put API key in proper places and build?
Thank you for link. Yes, this sample worked! I will try to explore and use this in my test project.
I try to use the same code in my project and get error (build or compile):
Could not HEAD ‘https://jcenter.bintray.com/com/tomtom/online/sdk-maps/2.4782/sdk-maps-2.4782.pom’. Received status code 502 from server: Bad Gateway
I folow the example instructions:
And get such error
you can probably just remove jcenter() from the list of repositories
Yes, this help me, thank you )
I have tried this sample and got the following warning and the map is not displayed.
The ‘kotlin-android-extensions’ Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (View Binding | Android Developers) and the ‘kotlin-parcelize’ plugin.
Compatible side by side NDK version was not found. Default is 21.0.6113669.
Any help appreciated.