项目之前运行都是正常的,突然报了这个错误:
Build file 'I:\workspace\cocos3.17\objects\BubbleShooterOrigin\proj.android\app\build.gradle' line: 7
A problem occurred evaluating project ':BubbleShooterOrigin'.
> No signature of method: build_d61hba1cw47za2ictyi37t4ve.android() is applicable for argument types: (build_d61hba1cw47za2ictyi37t4ve$_run_closure1) values: [build_d61hba1cw47za2ictyi37t4ve$_run_closure1@4a73e057]
网上查了下,是因为存在非法调用导致的,检查一下是之前引用的库,写的配置没有注释掉导致的:
定位的位置不准确,害的我以为第七行有什么非法字符啥的,做个记录备忘!!