Nightonke / CoCoin

CoCoin, Multi-view Accounting Application
2.84k stars 1.08k forks source link

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. #54

Open DTSTeamAndroid opened 4 years ago

DTSTeamAndroid commented 4 years ago

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.  
Dalakoti07 commented 3 years ago

@DTSTeamAndroid did you solved the issue?

I am also facing the same issue.

slovenly0922 commented 3 years ago

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/"

Dalakoti07 commented 3 years ago

changing version to 2.2.1 solved it

thanks