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后即可。
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后即可。