在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):dji-sdk/Mobile-UXSDK-Android开源软件地址(OpenSource Url):https://github.com/dji-sdk/Mobile-UXSDK-Android开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):DJI UX SDK for Android Latest Version 4.16What is This?The UX SDK is a suite of product agnostic UI objects that fast tracks the development of Android applications using the DJI Mobile SDK. Also, check out the new open source version of UX SDK Beta . IntegrationDeclare dependency via Maven: <dependency>
<groupId>com.dji</groupId>
<artifactId>dji-uxsdk</artifactId>
<version>4.16</version>
</dependency>
<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-sdk-provided</artifactId>
<version>4.16</version>
</dependency> or Gradle: implementation ('com.dji:dji-uxsdk:4.16', {
/**
* Comment the "library-anti-distortion" if your app does need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
* Comment the "fly-safe-database" if you do not need database for release, or we will download it when DJISDKManager.getInstance().registerApp
* is called.
* Both will greatly reduce the size of the APK.
*/
exclude module: 'library-anti-distortion'
// exclude module: 'fly-safe-database'
/**
* Uncomment the following line to exclude amap from the app.
* Note that Google Play Store does not allow APKs that include this library.
*/
// exclude group: 'com.amap.api'
})
compileOnly ('com.dji:dji-sdk-provided:4.16') For further detail on how to integrate the DJI UX SDK into your Android Studio project, please check the Getting Started with UX SDK tutorial. Get Started With DJI UX SDKPlease check this Getting Started with DJI UX SDK tutorial to learn how to use DJI Android UX SDK and DJI Android SDK to create a fully functioning mini-DJI Go app easily, with standard DJI Go UIs and functionalities. Learn More about DJI UX SDKPlease visit UX SDK Introduction for more details. Development WorkflowFrom registering as a developer, to deploying an application, the following will take you through the full Mobile SDK Application development process:
FeedbackWe’d love to have your feedback as soon as possible. Reach out to us when you hit roadblocks, or want to talk through something. At a minimum please let us know:
SupportYou can get support from DJI with the following methods:
Join UsDJI is looking for all kinds of Software Engineers to continue building the Future of Possible. Available positions in Shenzhen, China and around the world. If you are interested, please send your resume to [email protected]. For more details, and list of all our global offices, please check https://we.dji.com/jobs_en.html. DJI 招软件工程师啦,based在深圳,如果你想和我们一起把DJI产品做得更好,请发送简历到 [email protected]. 详情请浏览 https://we.dji.com/zh-CN/recruitment. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论