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.
- 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.
-
Open Android Studio and sync the project.
-
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.