Nightonke/CoCoin

ERROR: Could not find method leftShift() for arguments [com.tencent.bugly.gradle.BuglyPlugin$_createUploadTask_closure8@387a2c24] on task ':app:uploadReleaseSymtabFile' of type org.gradle.api.DefaultTask.

DTSTeamAndroid opened this issue · 3 comments

Build fail with gradle synch issue error:

Could not find method leftShift() for arguments [com.tencent.bugly.gradle.BuglyPlugin$_createUploadTask_closure8@387a2c24] on task ':app:uploadReleaseSymtabFile' of type org.gradle.api.DefaultTask.  

@DTSTeamAndroid did you solved the issue?

I am also facing the same issue.

in build.gradle,you should upgrade the version of 'com.tencent.bugly:symtabfileuploader',just like this,"classpath 'com.tencent.bugly:symtabfileuploader:2.2.1'",2.2.1 indicates the latest version now.
If you want to find the lastest version,just browser the website,"https://repo1.maven.org/maven2/com/tencent/bugly/symtabfileuploader/"

changing version to 2.2.1 solved it

thanks