ANAFI SDK Availability

Hi,

I presume you mean ‘.aar’ library. If so, yes indeed: all GroundSdk Android artifacts are available on jcenter.

You can add them as dependencies in your application’s build.gradle file, like so:

repositories { 
    jcenter()
}

dependencies {
    implementation 'com.parrot.drone.groundsdk:groundsdk:1.0.1'
    implementation 'com.parrot.drone.groundsdk:sdkcore:1.0.1'
    runtimeOnly 'com.parrot.drone.groundsdk:arsdkengine:1.0.1'
}

Regards.

1 Like

Thx for your quick answer. Parrot ist realy cool! Will try your hint. Thx!!!

Thx - works great now. Add this to your graddle to get the ground sdk working:

compileOptions {
    targetCompatibility JavaVersion.VERSION_1_8
    sourceCompatibility JavaVersion.VERSION_1_8
}

Is there any way for this to work with a react native application ?? (cross platform)

Not really.
We made native code by choices

Hi Devs,

Can anyone tell me which they feel is the best programming platform for the ANAFI’s please?