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 -

Python ctypes access violation with const pointer arguments -