mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +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:
parent
2e3f48540a
commit
0a67a665bb
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user