かずきのBlog@hatena

すきな言語は C# + XAML の組み合わせ。Azure Functions も好き。最近は Go 言語勉強中。日本マイクロソフトで働いていますが、ここに書いていることは個人的なメモなので会社の公式見解ではありません。

project_name:wear:unspecifiedという謎エラー

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というものが入ってなかったのでインストール。無事動くようになりました。