Skip to content

Files

Latest commit

Karmveer KumarKarmveer Kumar
Karmveer Kumar
and
Karmveer Kumar
Feb 4, 2025
eac6232 · Feb 4, 2025

History

History

HelloMapAndroidAuto

The HelloMapAndroidAuto example app shows how Android Auto can be integrated into your app using the HERE SDK to display a map view on Android's DHU.

Android Auto is only compatible with phones running Android 6.0 (API level 23) or higher.

Build instructions:

  1. 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 Guide, you may need to adapt the source code of the example app.

  1. Open Android Studio and sync the project.

  2. Check the Android Auto section in the Developer Guide on how to start Android's DHU.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the HERESDKLifecycle.java file. More information can be found in the Get Started section of the Developer Guide.