ClashRoyaleBuildABot
ClashRoyaleBuildABot copied to clipboard
File launch error screen.py
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
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.