【发布时间】:2014-10-28 07:37:26
【问题描述】:
我尝试在 Android Studio 中创建一个 Android Wear 项目。它似乎无法构建 gradle 文件,我得到的只是以下内容:
Error:A problem occurred configuring project ':wear'.
> Could not resolve all dependencies for configuration ':wear:_debugCompile'.
> Could not find any version that matches com.google.android.support:wearable:+.
Required by:
Browser:wear:unspecified
> Could not find any version that matches com.google.android.gms:play-services-wearable:+.
Required by:
Browser:wear:unspecified
有什么建议吗?
【问题讨论】:
标签: android android-studio android-gradle-plugin wear-os