From a10413f4d22f4e476a67d175986d326d743f5833 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 9 Mar 2023 09:10:36 +0100 Subject: [PATCH] add emulator --- clear_data.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clear_data.bat b/clear_data.bat index f4d1012..602b399 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -245,4 +245,9 @@ adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chro #huawei mate 8 adb -s APU7N16321020182 shell pm clear com.android.chrome adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome -adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file +adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#huawei mate 8 +adb -s emulator-5554 shell pm clear com.android.chrome +adb -s emulator-5554 shell am set-debug-app --persistent com.android.chrome +adb -s emulator-5554 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file