最近使用Android Studio新建项目出错,具体错误为
错误.png
经过一番折腾,终于找到解决方法了,就是把项目所在的build.gradle里面的dependencies:
compile 'com.android.support:appcompat-v7:26.0.0-beta1'
改为:
compile 'com.android.support:design:26.0.0-alpha1'
最近使用Android Studio新建项目出错,具体错误为
经过一番折腾,终于找到解决方法了,就是把项目所在的build.gradle里面的dependencies:
compile 'com.android.support:appcompat-v7:26.0.0-beta1'
改为:
compile 'com.android.support:design:26.0.0-alpha1'
本文标题:错误Error:(29, 13) Failed to resol
本文链接:https://www.haomeiwen.com/subject/ndvbmxtx.html
网友评论