集成freeline ,编译后无反应

287 阅读1分钟

在配置好freeline后 运行python freeline.py命令,发现应用没有部署到手机上。 仔细查看日志发现

[ERROR] --------------------------------------------------------
        Please make sure your application is properly running in your device.
        Check follow steps:
        1. Make sure the versions `python freeline.py -v`, freeline-gradle and freeline-runtime are the same;
        2. Make sure there is no network proxy.

        More about this can see: https://github.com/alibaba/freeline/issues/152

按照issues里面的解决方案,卸载应用,然后clean然后执行python freeline.py -f