【问题标题】:cannot find symbol import androidx.core.uwb;找不到符号导入 androidx.core.uwb;
【发布时间】:2022-12-31 12:01:54
【问题描述】:

我试图导入库 androidx.core.uwb 但由于某种原因它一直抛出错误找不到符号。

我已经将依赖项添加到 gradle 中:

implementation "androidx.core.uwb:uwb:1.0.0-alpha03"

以下是我的依赖解析管理

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
    google()
    mavenCentral()
    maven {
        url 'https://maven.google.com'
    }
}

}

不确定我是否错过了什么。感谢我能得到的任何帮助!

【问题讨论】:

    标签: android android-studio maven-plugin android-library uwb


    【解决方案1】:

    我有同样的问题,这个库是否对 android 公开可用?

    【讨论】:

      猜你喜欢
      • 2019-04-06
      • 1970-01-01
      • 1970-01-01
      • 2021-12-21
      • 2021-08-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-08-14
      相关资源
      最近更新 更多