为Wear App构建gradle失败

use*_*644 5 android android-studio android-gradle-plugin wear-os

我试图在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
Run Code Online (Sandbox Code Playgroud)

有什么建议?

小智 23

这是一个已知的问题.希望它能在未来几天内得到解决.

现在,gradle应该能够解决依赖关系并下载缺少的模块,编译应该完成.