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
  • I'll file a ticket to have this checked—perhaps we can update the supported library versions. I was not able to reproduce this on our 24.04 machine, however, and we have webkit version 4.0.37:

    Perhaps you can try installing 4.0.37 and see if that addresses the issue.

Comment
  • I'll file a ticket to have this checked—perhaps we can update the supported library versions. I was not able to reproduce this on our 24.04 machine, however, and we have webkit version 4.0.37:

    Perhaps you can try installing 4.0.37 and see if that addresses the issue.

Children
  • Ubunto 24.04 have

    dpkg -l | grep libwebkit
    ii  libwebkit2gtk-4.1-0:amd64  2.44.0-2  amd64        Web content engine library for GTK
    ii  libwebkitgtk-6.0-4:amd64   2.44.0-2  amd64        Web content engine library for GTK

    I tried to manually install libwebkit2gtk-4.0-37, but there are so many dependent libraries and errors that I got nowhere.

    The workaround is to set previous LTS repository (yammy, 22.04) and install libwebkit 4.0 and then remove this repository.