Create a new directory where you haven't tried building & installing scrcpy.IndioBlanco wrote: Fri Jun 13, 2025 12:17 pm Nada amigo, me sigue dando el mismo error que ayer tras ejecutar el ./install_release.sh ::)
![]()
Maybe something like this
Code: Select all
random=$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 8); mkdir scrcpy.$random; cd scrcpy.$random
Then the steps below (same as the instructions from here: https://github.com/Genymobile/scrcpy/bl ... c/linux.md)
Code: Select all
git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh