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

ERROR: Unable to resolve dependency for ':uitestdemo@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.

    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.+.)