我检查了 android launcher3 项目。 分支是 android10-release。
我将项目导入到 android studio,然后构建。 但是失败了。
Could not determine the dependencies of task ':IconLoader:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':IconLoader:debugCompileClasspath'.
> Could not find androidx.core:core:1.0.0-beta01.
Required by:
project :IconLoader
但我有图书馆
那为什么要说“找不到 androidx.core:core:1.0.0-beta01”?