The HelloMap example app shows how the HERE SDK can be integrated into your project and how to display a map.
- Copy the AAR file of the HERE SDK for Android to your app's
app/libs
folder.
Note: If your AAR version is different than the version shown in the Developer's Guide, you may need to adapt the source code of the example app.
- Open Android Studio and sync the project.
Please do not forget: To run the app, you need to add your HERE SDK credentials to the MainActivity.kt
file. More information can be found in the Get Started section of the Developer's Guide.