Moein
Moein
@rom1v Thank you for your fast response. > Even with `install_release.sh`? https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version yes, after using that, it seemed that multiple dependencies had to be installed on my os, using apt,...
> I'm a bit confused by https://snapcraft.io/scrcpy-updated though, how from this site can we find the sources of the snap? I'm not familiar with the snap ecosystem either, but i...
okay i tried scrcpy-updated and it doesnt work. after installation where i try to run it, it has multiple missing dependencies (dynamic libraries). ``` ldd /snap/scrcpy-updated/61/usr/local/bin/scrcpy linux-vdso.so.1 (0x00007ffc405cd000) libavformat.so.58 =>...
@rom1v also, this is what happens when i try to build it on my own machine: ``` └─$ ./install_release.sh [scrcpy] Downloading prebuilt server... --2024-08-13 10:44:30-- https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1 Resolving github.com (github.com)... 140.82.121.4...
As I was right, it was a version conflict problem with my java. by using the following command, I managed to change the java version of my system and then...
Thanks, make a pr so i'll accept it