• zz 大佬,一直有关注 fastbot,也是忠实的使用者。最近实施一个新项目时遇到如下问题:项目是安卓作为一个壳子,页面都是 rn 写的。目前只需求跑某个 tab 里的页面,只有这部分是我的项目,相当于项目入口。以前处理过类似的情况,只不过是纯 native,按以前类似的处理,定义了 100% 执行的 UI 自动化配置,但是从运行的表现及 log 看,没有跑,日志也没有发现类似 speci event 这样的日志。还报了一些错。想问下大佬这种情况可能是什么原因,盼回复
    [Fastbot][2024-09-04 14:00:12.827] // IncludeCategory: android.intent.category.MONKEY
    [Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: setActivityController
    [Fastbot][2024-09-04 14:00:13.119] // Selecting main activities from category android.intent.category.LAUNCHER

    [Fastbot][2024-09-04 14:00:19.130] // init with reuse agent
    [Fastbot][2024-09-04 14:00:19.169] fastbot native : library load!
    [Fastbot][2024-09-04 14:00:19.170] fastbot native path is : /data/local/tmp/arm64-v8a/libfastbot_native.so
    [Fastbot][2024-09-04 14:00:19.192]

    [Fastbot]*** ERROR *** findMethod() error, NoSuchMethodException happened, there is no such method: getTasks
    [Fastbot][2024-09-04 14:00:19.198] // the top activity is com.sec.android.app.myfiles.ui.MainActivity, not testing app, need inject restart app