Android Question Compile Error external JAR

kohle

Active Member
Licensed User
Longtime User
Hi,

I compile the Example app : DroneStart
and get the folowwing error

B4A Version: 7.80
Parse den Code. (0.02s)
Kompiliere den Code. (0.06s)
Kompiliere Layoutcode. (0.01s)
Organisiere Libraries. (3.36s)
Generiere R Datei. (0.16s)
Kompiliere generierten Java Code. Error
Nicht gefunden: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\dji-sdk-provided-4.4.1, referenceonly.jar


The file dji-sdk-provided-4.4.1.jar is in the directory
 

DonManfred

Expert
Licensed User
Longtime User
There is not much to say

Version 4.41 is released. It is based on DJI SDK v4.41. It supports waypoint missions
It requires B4A v8+ (not yet released).
The minimum Android version is 5.0.

The release is announced for this month (at least a beta).
 
Last edited:
Upvote 0

kohle

Active Member
Licensed User
Longtime User
the things are not cleary described, if you start today with the drone samples.
Maybe for you when you started at the beginning.

Is it like this, for clarifying and not feeling as a complete idiot :

Download the native libraries and copy them to the additional libraries folder:
www.b4x.com/android/files/dji.zip

is file dji-sdk-provided-4.4.1.jar and this is now the new sdk 4.41


Version 4.41 is released. It is based on DJI SDK v4.41. It supports waypoint missions
It requires B4A v8+ (not yet released).

and this in the demo code :

#AdditionalJar: dji-sdk-provided-4.4.1, ReferenceOnly

is not 4.4.1 , its 4.41 ?

and the old sdk dont work and is not provided anymore
because it dont work with the new firmware update of the drone,
or why ?

and the youtube videos are made with what sdk ?
This cant be provided for download ?
 
Upvote 0
Top