mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

Modified and Build SDK-Java for Android Development #159

Closed Ba0Nguyen closed 1 month ago

Ba0Nguyen commented 1 month ago

I'm trying to build a modified version of Java SDK so that I can add more feature to Mav-SDK for my development. When building the Mav Java SDK, I got this error. Can I get some help. Thanks!

Screenshot 2024-05-12 at 9 45 28 AM
Ba0Nguyen commented 1 month ago

I ran this with grade build, from MAVSDK-Java/sdk.

Ba0Nguyen commented 1 month ago

I solved this by updating build.gradle. From: tasks.withType(Copy).all { duplicatesStrategy 'exclude' }

To:
tasks.withType(Jar).all { duplicatesStrategy 'exclude' }