您的位置:首页 > 移动开发

(未解决)android studio:com.android.support:appcompat-v7:22+ Could not found

2015-07-11 16:23 501 查看
错误信息如下:

Error:Could not find any version that matches com.android.support:appcompat-v7:22+.
Searched in the following locations: https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-metadata.xml https://jcenter.bintray.com/com/android/support/appcompat-v7/
Required by:
MyAsApplication:app:unspecified

Please install the Android Support Repository from the Android SDK Manager.


build.gradle配置如下:

compile 'com.android.support:appcompat-v7:22+'


参照这个方法也没有解决:
http://stackoverflow.com/questions/19621941/android-studio-could-not-find-any-version-that-matches-com-android-supportappco
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: