We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码中,有一段注释: #输入上面msg内容 ,注意要使用ADB keyboard 否则不能自动输入,参考: https://www.jianshu.com/p/2267adf15595
#输入上面msg内容 ,注意要使用ADB keyboard 否则不能自动输入,参考: https://www.jianshu.com/p/2267adf15595
由于搜狗输入法无法输入文字,参考下载了adb keyboard 这个输入法,结果输入中文成了乱码。
最后发现是github 项目中,adb的版本过低导致,下载最新的adb包,替换原来文件Tools中的4个文件即可 https://developer.android.google.cn/studio/releases/platform-tools.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码中,有一段注释:
#输入上面msg内容 ,注意要使用ADB keyboard 否则不能自动输入,参考: https://www.jianshu.com/p/2267adf15595
由于搜狗输入法无法输入文字,参考下载了adb keyboard 这个输入法,结果输入中文成了乱码。
最后发现是github 项目中,adb的版本过低导致,下载最新的adb包,替换原来文件Tools中的4个文件即可
https://developer.android.google.cn/studio/releases/platform-tools.html
The text was updated successfully, but these errors were encountered: