Could not find any version that matches com.android.support:appcompat-v7:29.+.

安裝Android Studio之后,运行第一个空项目报错

Could not find any version that matches com.android.support:appcompat-v7:29.+.

各种百度以后没有用

看StackOverflow设置了两点

1.选中 打上勾

Could not find any version that matches com.android.support:appcompat-v7:29.+._第1张图片

2.把

implementation'com.android.support:appcompat-v7:29.+'

修改为

implementation'com.android.support:appcompat-v7:+'

Could not find any version that matches com.android.support:appcompat-v7:29.+._第2张图片
Could not find any version that matches com.android.support:appcompat-v7:29.+._第3张图片

你可能感兴趣的:(Could not find any version that matches com.android.support:appcompat-v7:29.+.)