Mobile-SDK-Android-V5
Mobile-SDK-Android-V5 copied to clipboard
MSDK V5 Sample
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':sample:debugRuntimeClasspath'.
Looks like some kind of transitive dependency issue is preventing the Sample App from building, ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':sample:mergeDebugNativeLibs'. at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:38) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at...
Has anyone had any luck getting to run the sample app on the emulator? It always fails with `F libc : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr...
Hi Dji team, I have no crash indeed if RC Pro is disconnected. Nevertheless if usb is connected (for instance for seeing logs with android studio), it still crashed as...
on Mavic 3 Drone , when drone flight map is visible but not expanding during flight but when we land a drone then map is exapanding and working good what...
i been trying to install MSDK in my android studio, i already configure all reading the documentation but when i run the sample aplication this mistake appears: Namespace not specified....
My question is: does controlling gimbal using GimbalKey.KeyRotateBySpeed overrides the stabilize function of the gimbal? So if I move the drone while controlling gimbal what will be the priority my...
Whatever the camera zoom is (I change it using the touch slider), the camera zoom information is always null. Including in different camera modes. ``` KeyManager.getInstance().listen(KeyTools.createKey(RemoteControllerKey.KeyScrollWheel), this, (oldVal, newVal) ->...
i want to integrate wapoint and mission in my app, i have kmz file and trying to test in the sample app but its showing below error {"error":{"value":4},"config":{"flyToWaylineMode":65535,"finishAction":65535,"exitOnRCLostBehavior":65535,"exitOnRCLostType":65535,"globalTransitionalSpeed":0,"securityTakeOffHeight":0,"isSecurityTakeOffHeightSet":false,"droneInfo":{"droneType":65535,"droneSubType":0},"payloadInfo":[],"globalRTHHeight":0,"isGlobalRTHHeightSet":false,"avoidInfo":{"transitionalAvoidAroundMode":65535,"missionAvoidAroundMode":65535},"isAvoidInfoSet":false},"waylines":[]} here is...
### Issue Summary When controlling a Mini 3 with `sendVirtualStickAdvancedParam()`, a `ConcurrentModificationException` is randomly thrown. This might be due to the collection being modified in an unsafe way while it...