zhangzhao4444 / Maxim

高速uiautomator控件解析算法的Android Monkey, 每秒10-15个Action Event。实现快速DFS算法的Android Monkey , 每秒 5个Action Event。
866 stars 280 forks source link

java.lang.IllegalStateException: UiAutomationService android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy@d5b7316already registered! #17

Closed kanelinlong closed 6 years ago

kanelinlong commented 6 years ago

java.lang.IllegalStateException: UiAutomationService android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy@d5b7316already registered!

这种情况怎么解决呢?

zhangzhao4444 commented 6 years ago

https://testerhome.com/topics/11719 常见问题排查 accessibilityservice 被其他驱动占用 agent未注销。如使用过atx 未执行unregister。