Acknowledged

Ubuntu 24.04 support

I installed Ubuntu 24.0 and now the SDK doesn't work, the simulator... In 24.04, the webkit is version 4.1.

./sdkmanager: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

Parents
  • Thanks @adas, yeah, it turns out both the `simulator` and `monkeymotion` binaries inside the SDKs have the same issue.  I will look at doing something similar for those, but they're a bit trickier license-wise, since those binaries are not publicly available, and instead locked behind a Garmin developer login - which is no hard to automate, but would likely run afoul of Garmin's license terms? It might be that the best I can do is provide a script that makes it easier for people to do it themselves locally, but I'm still exploring options :)

    BTW, the `libgvfscommon.so` error is benign; ie it doesn't affect the running application, as far as I can tell.

    Cheers.

Comment
  • Thanks @adas, yeah, it turns out both the `simulator` and `monkeymotion` binaries inside the SDKs have the same issue.  I will look at doing something similar for those, but they're a bit trickier license-wise, since those binaries are not publicly available, and instead locked behind a Garmin developer login - which is no hard to automate, but would likely run afoul of Garmin's license terms? It might be that the best I can do is provide a script that makes it easier for people to do it themselves locally, but I'm still exploring options :)

    BTW, the `libgvfscommon.so` error is benign; ie it doesn't affect the running application, as far as I can tell.

    Cheers.

Children
No Data