Cordova最新版本9.0.0使用默认gradle版本编译安卓项目报错

小编:管理员 1008阅读 2022.09.13

报错提示 ERROR: Could not find method leftShift() for arguments 官方提示 << has deprecated in 4.x and removed in 5.0 version 参考链接 https://stackoverflow.com/questions/55793095/could-not-find-method-leftshift-for-arguments-after-updating-studio-3-4

解决办法 Just replace << with doLast or removing <<

image.png

关联标签: