Android ADB Reference for controlling Android devices with raw commands. Execution Constraints - Use whenever more than one device is connected. - Confirm screen resolution before coordinate actions: . - Ask for missing required inputs before executing (serial, package/activity, coordinates, APK path). - Surface actionable stderr on failure (authorization, cable/network, tcpip state). - Prefer ADB Keyboard broadcast for CJK and special character input when ADB Keyboard is installed. Device And Server Wi-Fi Connection Device State App Lifecycle Input Actions Text Input Screenshot And UI Tree A…