android - Building gradle for Wear App failed -


i tried create android wear project in android studio. can't seem build gradle file, following:

error:a problem occurred configuring project ':wear'. > not resolve dependencies configuration ':wear:_debugcompile'. > not find version matches com.google.android.support:wearable:+.  required by:      browser:wear:unspecified > not find version matches com.google.android.gms:play-services-wearable:+.  required by:      browser:wear:unspecified 

any suggestions?

this known issue. hope solved in next days.

now gradle should able solve dependency , download missing modules , compilation should complete.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -