Description
On Windows, when using agent-device, every command (such as snapshot, press, fill, etc.) frequently pops up an adb command line window. These windows flash briefly and disappear, severely impacting the user experience and interfering with automation workflows.
Steps to Reproduce
- Install agent-device on Windows
- Connect to an Android emulator or real device
- Execute any command, e.g.,
agent-device snapshot -i
- Observe the screen — an adb.exe command line window pops up and closes immediately
Expected Behavior
adb commands should run silently in the background without popping up console windows.
Actual Behavior
Each adb invocation spawns an independent console window.
Description
On Windows, when using agent-device, every command (such as snapshot, press, fill, etc.) frequently pops up an adb command line window. These windows flash briefly and disappear, severely impacting the user experience and interfering with automation workflows.
Steps to Reproduce
agent-device snapshot -iExpected Behavior
adb commands should run silently in the background without popping up console windows.
Actual Behavior
Each adb invocation spawns an independent console window.