-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
java.lang.IllegalArgumentException: Illegal character #207
Comments
应该是android.support.test.uiautomator的版本比较低,可以升一下版本吗? |
从android源码的diff看,新代码的这个函数是用StringBuilder了,但从以下地址下载的apk反编译后看到的这个函数还是用旧代码的StringBuffer 会不会是这个apk编译时用的lib还是旧版本的? |
android.support.test.uiautomator 已经最新了 |
我的java不是很精通,你有什么修改的意见吗? |
欢迎在android-uiautomator-server PR |
目前maven上google发布的最新版本的 https://mvnrepository.com/artifact/com.android.support.test.uiautomator/uiautomator-v18/2.1.3 |
方案是直接拷贝新代码过来去除这个旧依赖 我来弄 |
代码我抠出来了,暂时没有弄jar包,直接把AccessibilityNodeInfoDumper的代码放到了这个项目里面。 |
报错log如下
Versions (版本)
0.1.4.dev21
Issue and steps to reproduce (复现步骤)
在微博app页面,我关注的人,用WEditor获取界面层级,报这个错,应该是jsonrpc序列化/反序列化时不支持某些字符
用的夜神模拟器
The text was updated successfully, but these errors were encountered: