Could not find any version that
2019-09-30 本文已影响0人
追梦小乐
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:+'