Brant Xiong

Results 6 comments of Brant Xiong

可以访问下:[http://127.0.0.1:8100/source?format=json](http://127.0.0.1:8100/source?format=json), 看下是否有系统弹窗的按钮数据。也可以连上IDE查看控件识别情况。

How could I fix the problem(system lacks epoll or kqueue event polling mechanism)? I already have libevent 2.0.21-1 installed, Should I install some other librarys or fix it in other...

https://github.com/AirtestProject/Airtest/issues/214 可以参考下这个issue

检查下手机上的5001~5006端口是不是都被占用了? ```bash adb shell sagit:/ $ netstat -nlp | grep 5001 ```

@CodyGit 有空试下在PocoManager.cs 的 public class PocoManager : MonoBehaviour 中添加如下方法看看: ```csharp void OnDestroy() { // stop listening thread stopListening(); } ``` 有可能是你那边挂载的GameObject一段时间后会被销毁,PocoManager 的 Server 没有释放之前的端口,继续尝试新的端口,导致端口一直在更换。

1. Since I am using Android 4.3(API =18), the back-ends maybe "Force ViewServer use" branch. And I tried culebra on Android 4.4.4(API=19), The culebra could show sreen renderd by game...