Ground Sdk 7.0 Android

Hello,

I followed this tutorial : Setup Ground SDK AAR - GroundSdk Android 7.0 to install the ground SDK for android on my PC ( to control a Anafi Ai drone ) but i have some questions about the implementation of the SDK.

As the documentation, i added these lines on my build.gradle :

implementation ‘com.parrot.drone.groundsdk:groundsdk:7.0’
runtimeOnly ‘com.parrot.drone.groundsdk:arsdkengine:7.0’

but i cannot have access to the GroundSdk object but if i modifying the version number to 1.8.0 it works.

Someone have an idea about that ?

( NB : the sample application is pointed to GroundSdk1.8.0)

Hi,

There is a typo in the generated documentation. The correct version number is: 7.0.0
In your build.gradle:

implementation ‘com.parrot.drone.groundsdk:groundsdk:7.0.0’
runtimeOnly ‘com.parrot.drone.groundsdk:arsdkengine:7.0.0’

Regards.

This topic was automatically closed after 30 days. New replies are no longer allowed.