Failed to Find Android Wearable Dependency的解决办法

来源:互联网 发布:域名管理平台 编辑:程序博客网 时间:2024/05/17 02:27
After installing Android Studio Beta and using the wizard to create a new wearable app, the Gradle build failed with the following errors:

Error: Failed to find: com.google.android.gms:play-services-wearable:+ Error: Failed to find: com.google.android.support:wearable:+
Solution:

[Update]Additional useful information: http://developer.android.com/preview/google-play-services-wear.html [/Update]

Until we get an official update, there is a work around I found on this site .

1. Open your Android SDK Manager.

2. Click on Tools -> Manage Add-on Sites… -> User Defined Site

3. Add https://dl-ssl.google.com/android/repository/addon-play-services-5.xml

4. Update your extras (Google Play Services and Google Repository)

5. Sync your project in Android Studio


0 0
原创粉丝点击