AndroidStudio新建项目编译不过

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

把build.gradle里面的

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

改为

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

重新sync后即可。

你可能感兴趣的:(AndroidStudio新建项目编译不过)