mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Update alas.bat
added uiautomator2 init again because if the user use easy install without install emulator before will get error
This commit is contained in:
4
alas.bat
4
alas.bat
@@ -39,8 +39,8 @@ set /p ADB_PORT=<adb_port.ini
|
||||
echo connecting at %ADB_PORT%
|
||||
call %ADB% connect %ADB_PORT%
|
||||
|
||||
::echo initializing uiautomator2
|
||||
::%~dp0python-3.7.6.amd64/python.exe -m uiautomator2 init
|
||||
echo initializing uiautomator2
|
||||
call %PYTHON% -m uiautomator2 init
|
||||
:: timout
|
||||
PowerShell -Command "Start-Sleep -s 4" > nul 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user