mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Modified the way to realize the WSA solution
Fix:A rare situation caused the game to shut down during restart in WSA solution
This commit is contained in:
@@ -32,7 +32,7 @@ class AdbManager(DeployConfig):
|
||||
init.install()
|
||||
except AssertionError:
|
||||
print(f'AssertionError when installing uiautomator2 on device {device.serial}')
|
||||
print('If you are using BlueStacks or LD player, '
|
||||
print('If you are using BlueStacks or LD player or WSA, '
|
||||
'please enable ADB in the settings of your emulator')
|
||||
init._device.shell(["rm", "/data/local/tmp/minicap"])
|
||||
init._device.shell(["rm", "/data/local/tmp/minicap.so"])
|
||||
|
||||
Reference in New Issue
Block a user