【问题标题】:Failed to resolve: com.android.support:support-v4:26.0.0 for wear [duplicate]无法解决:com.android.support:support-v4:26.0.0 for wear [重复]
【发布时间】:2017-08-07 09:17:16
【问题描述】:

我在 Ubuntu 中安装了新的 Android Studio,但我不断收到此错误:

Screen Shot of the error

【问题讨论】:

  • 将错过的依赖添加到你的 gradle 文件中,compile "com.andoid ..."
  • 你能告诉我com.android之后是什么吗???

标签: android wear-os


【解决方案1】:

在你的 gradle 中添加 compile 'com.android.support:support-v4:26.0.0'compile 'com.android.support:support-v4:26.+" 然后同步它。

参考:"Failed to resolve: com.android.support:support-v4:26.0.0" and other similar errors on Gradle sync

【讨论】:

    猜你喜欢
    • 2018-01-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-16
    • 2023-03-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多