mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 00:37:20 +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%
|
echo connecting at %ADB_PORT%
|
||||||
call %ADB% connect %ADB_PORT%
|
call %ADB% connect %ADB_PORT%
|
||||||
|
|
||||||
::echo initializing uiautomator2
|
echo initializing uiautomator2
|
||||||
::%~dp0python-3.7.6.amd64/python.exe -m uiautomator2 init
|
call %PYTHON% -m uiautomator2 init
|
||||||
:: timout
|
:: timout
|
||||||
PowerShell -Command "Start-Sleep -s 4" > nul 2>&1
|
PowerShell -Command "Start-Sleep -s 4" > nul 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user