Install the SDK
Configure dependency
To begin development of an application with EV 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.
If you're already using entity hybrid SDK, there is no need to add extra dependency, refer to Entity SDK
Otherwise, add following dependency to your project:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Note
- Refer to the Release Note to get the latest SDK 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).