I tried to create a Android Wear project in the Android Studio. It can't seem to build the gradle file, all I get is following:
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
Any suggestions?