Joseph Malone
Joseph Malone
I want to throw this out there: it's great! Thanks @hexonthebeach for the work to include emojis. Even without rotation. It works great for throwing 🎃 🎃 🎃 all over...
Thanks. In the meantime, do you know what calls `CheckComponentUpgradeStateWithServer`? Is there anything we can do on our end to mitigate this issue?
@julianoes @persuader72 Is it possible to merge this?
This will resolve my question in https://github.com/mrwilson/adr-viewer/issues/36
Closing as resolved by the mentioned commit.
Updated and I get the same two errors.
I can get the sample android app working correctly, but the mavsdk version is pretty old. I'm trying to update that as well to 2.1.0 to narrow down issues.
Here's a PR to update several pieces of the android-client, including the mavsdk 2.1.0 - https://github.com/mavlink/MAVSDK-Java/pull/170 seems to build and run okay (at least drone connection). So now I'm wondering...
I'm also occasionally seeing this error, again pointing to some weird dependency issue? ``` java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZNKSt6__ndk14__fs10filesystem4path10__filenameEv" referenced by "/data/app/~~8GsfdN9bL2Pf58nQvs0l8g==/com.dronedeploy.beta-tXNIZA4nw3M4Efvp3NFflw==/lib/arm64/libmavsdk_server.so"... at java.lang.Runtime.loadLibrary0(Runtime.java:1082) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1661)...
I'm using Maven. We also use the DJI SDK in the same app and I think I've traced the issue to `com.secneo.sdk`. To set up that SDK, you configure (e.g....