-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
My env is MacOS
mobilecli version 0.0.33
Run in shell
mobilecli io text --device R5CY92945XP '你好'
Response
{
"status": "error",
"error": "failed to send text to device R5CY92945XP: exit status 255"
}
mobilecli devices
{
"status": "ok",
"data": {
"devices": [
{
"id": "R5CY92945XP",
"name": "SM-S9260",
"platform": "android",
"type": "real",
"version": "16"
}
]
}
}