Android StudioでAndroid Wearのプロジェクト作ってビルドするとこんなエラーが出た。
Error:A problem occurred configuring project ':mobile'. > Could not resolve all dependencies for configuration ':mobile:_debugCompile'. > 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: MyApplication4:wear:unspecified > Could not find any version that matches com.google.android.gms:play-services-wearable:+. Required by: MyApplication4:wear:unspecified
以下のページに解決策がありました。
うちでは、Google Repositoriesというものが入ってなかったのでインストール。無事動くようになりました。