How do I find out my SDK version on my Mavic 3 Classic drone?
CompletedI'm a developer, what information do I need to program it? Nowadays I have a Mavic Air 2 and I'm using this dependency in my gradle: (I need change to use Mavic 3 Classic)
implementation ('com.dji:dji-uxsdk:4.15', {
/**
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
* is called.
* Both will greatly reducing 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'
})
implementation 'com.dji:dji-sdk:4.16.4'
compileOnly ('com.dji:dji-sdk-provided:4.16.4')
Please sign in to leave a comment.
Comments
1 comment