![MYNTAI MYNT EYE D-Series Documentation Download Page 59](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703059.webp)
CHAPTER
THREE
ANDROID SDK
3.1 SDK Explain
3.1.1 Supported Platform
Android 5.x ~ Android 8.x
3.2 SDK Download
zip formatapk, aar, demo, doc
• Baidu Netdisk
https://pan.baidu.com/s/1aMCPwtUkQPZ7I5nemSUAsA
• Google Drive:
https://drive.google.com/open?id=1wVp4xqqgjidPQyzzW1Tmibbw4yY5p4sv
3.3 SDK Install
1. Get sdk resource
2. New android project(example: Android Studio)
3. Put the aar file of SDK to “libs” directory (app / libs)
4. Add arr support to the “build.gradle” file, like below
dependencies {
implementation fileTree(include: [
'*.aar'
],
dir
:
'libs'
)
....
}
5. Build –> Make Project
3.4 SDK Samples
3.4.1 Get SDK info
55
Summary of Contents for MYNT EYE D-Series
Page 1: ...MYNT EYE D SDK Documentation Release 1 8 0 MYNTAI Nov 07 2019...
Page 2: ......
Page 12: ...MYNT EYE D SDK Documentation Release 1 8 0 8 Chapter 1 PRODUCT...
Page 38: ...MYNT EYE D SDK Documentation Release 1 8 0 34 Chapter 2 SDK...
Page 58: ...MYNT EYE D SDK Documentation Release 1 8 0 54 Chapter 2 SDK...
Page 72: ...MYNT EYE D SDK Documentation Release 1 8 0 68 Chapter 5 TOOLS SUPPORT...
Page 80: ...MYNT EYE D SDK Documentation Release 1 8 0 76 Chapter 6 OPEN SOURCE SUPPORT...
Page 96: ...MYNT EYE D SDK Documentation Release 1 8 0 92 Chapter 7 API DOCS...
Page 106: ...MYNT EYE D SDK Documentation Release 1 8 0 102 Chapter 8 Android API DOCS...
Page 108: ...MYNT EYE D SDK Documentation Release 1 8 0 104 Chapter 9 TECHNICAL SUPPORT...