error resource style/Theme.AppCompat.Light.DarkActionBar


error: resource style/Theme.AppCompat.Light.DarkActionBar

在build.gradle里添加implementation ‘com.android.support:appcompat-v7:29.+’

报错:Unable to resolve dependency for ‘:jwakeandroidq2@debug/compileClasspath’: Could not find any version that matches com.android.support:appcompat-v7:29.+.

将’android.support:appcompat-v7:29.+‘改为’android.support:appcompat-v7:28.+’