我想自行编译 android 版 tg,但一直遇到一个错误,换了电脑也是如此,实在不知道怎么解决。
我的步骤:
先从 https://github.com/DrKLO/Telegram 把代码 clone 下来,试过直接 clone,也试过
git clone --recursive https://github.com/DrKLO/Telegram.git
本地 Android Studio 在 SDK Manager 添加了 Android SDK Platform 31
接下来尝试 sync gradle,就出现如下错误:
Could not resolve all dependencies for configuration ':TMessagesProj:afatDebugRuntimeClasspath'.
Could not create task ':TMessagesProj:minifyAfatHAWithR8'.
Cannot query the value of this provider because it has no value available.
我检查了 TMessagesProj\build.gradle 中的配置如下:
android {
compileSdkVersion 31
buildToolsVersion '31.0.0'
ndkVersion "21.4.7075529"
...
}
就不清楚为什么 gradle 配置不了。有没有哪位大哥能帮忙看看?
谢谢
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.