From 405affcbf8d82cccc44def111377f4b998f48e74 Mon Sep 17 00:00:00 2001 From: EricPu <779781675@qq.com> Date: Wed, 13 Oct 2021 19:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E4=BA=86=E9=9B=B7=E7=94=B5?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8=E7=9A=84adb=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BD=BF=E5=BE=97=E5=8D=95=E5=BC=80=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7=E6=8F=90=E9=AB=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resource/config.json b/resource/config.json index 145a440a0a..5be409a589 100644 --- a/resource/config.json +++ b/resource/config.json @@ -79,12 +79,12 @@ }, "adb": { "path": "[EmulatorPath]adb.exe", - "connect": "[Adb] connect emulator-5554", - "click": "[Adb] -s emulator-5554 shell input tap [x] [y]", - "swipe": "[Adb] -s emulator-5554 shell input swipe [x1] [y1] [x2] [y2] [duration]", - "display": "[Adb] -s emulator-5554 shell dumpsys window displays | grep init= | awk ' { print $3 } '", + "connect": "[Adb] connect emulator-5555", + "click": "[Adb] -e shell input tap [x] [y]", + "swipe": "[Adb] -e shell input swipe [x1] [y1] [x2] [y2] [duration]", + "display": "[Adb] -e shell dumpsys window displays | grep init= | awk ' { print $3 } '", "displayRegex": "cur=%dx%d", - "screencap": "[Adb] -s emulator-5554 shell screencap -p" + "screencap": "[Adb] -e shell screencap -p" } }, "Nox": {