Project that exemplifies how to use the HERE Routing API v8 together with the HERE SDK for Android (Navigate Edition) v4.13.x to be able to carry out a route calculation for an EV.
-
Set your HERE SDK credentials to
app/src/main/AndroidManifest.xml
-
Unzip the HERE SDK to a folder of your choice, copy the file with the
aar
extension and paste it into theapp/libs
path of your project. -
Now perform a
gradle sync
on your project. -
Done, now you can run your project on the device you want (pay attention to the instructions inside the app).
More information can be found in the Get Started section of the Developer's Guide.