senzhk / ADBKeyBoard

Android Virtual Keyboard Input via ADB (Useful for Test Automation)
GNU General Public License v2.0
1.22k stars 299 forks source link

Please make use of a more user-friendly adb character input tool.(请使用另一款更好用的adb字符输入工具) #68

Open ysbing opened 9 months ago

ysbing commented 9 months ago

ADBKeyBoard requires installing an APK and involves switching input methods, making it inconvenient. I recommend using yadb, which is more powerful and doesn't require an extra APK installation. yadb supports inputting characters such as Unicode and others.

ADBKeyBoard需要安装APK,并且需要切换输入法,很不方便。 我建议使用 yadb,它更强大,不需要额外安装APK。 yadb支持输入中文字符,换行,特殊符号等。

adb push yadb /data/local/tmp & adb shell app_process -Djava.class.path=/data/local/tmp/yadb /data/local/tmp com.ysbing.yadb.Main -keyboard 你好,世界