请帮助我。我已更新了我的android studio目标版本的API级别28。一切正常,但呈现问题。该如何解决?
渲染问题: 无法加载LayoutLib:com / android / layoutlib / bridge / Bridge:不支持的major.minor版本52.0
build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
buildToolsVersion "28.0.1"
defaultConfig {
applicationId "net.gurujibd.ajkerkhobor"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:28.+'
compile 'com.google.android.gms:play-services-ads:9.0.2'
compile 'com.android.support:cardview-v7:28.+'
compile 'com.android.support:support-v4:28.+'
}
[![错误:任务':app:processDebugResources'的执行失败。