Install the SDK
Configure dependency
To begin development of an application with Entity Service, add the SDK as a dependency into the project.
Below is a sample configuration in the project build file. Replace the user name and password with the download credentials sent by Telenav.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Note
- If you're using edge or hybrid SDK, make sure to download SDK data released by Telenav, unzip it and copy it to path of
sdkDataDir
. This is the same path to be set in SDKOptions when initializing the SDK. - Refer to the release notes to get the latest Entity SDK Version and SDK Base Version.
Tip
The SDK depends on several open source libraries (like okhttp, okio, common-lang.. etc). If you're using Gradle or Maven to download the SDK, these dependencies will be downloaded automatically. If you're downloading it manually, you will also need to add the SDK's dependecies to your project (refer to SDK's POM file).