ClashRoyaleBuildABot icon indicating copy to clipboard operation
ClashRoyaleBuildABot copied to clipboard

File launch error screen.py

Open sheka00 opened this issue 1 year ago • 1 comments

I'm trying to run a file from different directories, namely the first run from a folder with an adb exe file, the second without it, slightly different errors pop up, initially I managed to run screen.py But something went wrong

I installed all the environment variables needed, all the library dependencies

error1 error2

sheka00 avatar Jan 25 '24 10:01 sheka00

The emulator typically establishes a connection automatically, so the command adb connect 127.0.0.1:5555 is not necessary to ensure a connection. You can use the adb devices command to verify if the emulator is connected.

Leviaria avatar May 14 '24 21:05 Leviaria