BuglyDevTeam / Bugly-Android-Demo

Bugly Android SDK 使用例子
Apache License 2.0
810 stars 312 forks source link

Could not find com.tencent.mm:apk-parser-lib:1.2.3 #330

Open ChallengeHe opened 2 years ago

ChallengeHe commented 2 years ago

异常类型

编译异常

Tinker版本

Demo里的版本1.9.9 最新1.9.14.17也一样编译报错

gradle版本

4.2.2

系统

Windows10

堆栈/日志

A problem occurred configuring root project 'BuglyHotfixEasyDemo'.

Could not resolve all artifacts for configuration ':classpath'. Could not find com.tencent.mm:apk-parser-lib:1.2.3. Searched in the following locations:

Possible solution:

yihuangxing commented 2 years ago

我也遇到了,大佬解决了吗?

ChallengeHe commented 2 years ago

降低gradle版本吧,具体哪个版本忘记了,降低版本后可以编制过的。发自我的华为手机-------- 原始邮件 --------发件人: yihuangxing @.>日期: 2021年9月1日周三 17:03收件人: BuglyDevTeam/Bugly-Android-Demo @.>抄送: ChallengeHe @.>, Author @.>主 题: Re: [BuglyDevTeam/Bugly-Android-Demo] Could not find com.tencent.mm:apk-parser-lib:1.2.3 (#330)

我也遇到了,大佬解决了吗?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.

lichao3140 commented 2 years ago

大佬解决了吗?可以告诉下是用那个gradle版本吗?

widealpha commented 2 years ago

不需要用旧版本的gradle,在gradle的buildscript repositories里添加spring plugin的源就可以了 maven {url 'https://maven.aliyun.com/repository/spring-plugin/'}