android…协调器布局渲染问题

android…协调器布局渲染问题,android,android-studio,android-studio-3.1.3,Android,Android Studio,Android Studio 3.1.3,在我将Android Studio更新到v3.1.3之后,我遇到了这个渲染问题 build.grandle应用程序 dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0-alpha3' implementation 'com.android.support.constrai

在我将Android Studio更新到v3.1.3之后,我遇到了这个渲染问题

build.grandle应用程序

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
    implementation 'com.android.support:design:28.0.0-alpha3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

}

确保你的身材中有足够的肌肉

实现'com.android.support:appcompat-v7:26.0.1'

如果不需要重新启动android studio缓存


在菜单文件>无效缓存/重新启动中,我遇到了一个类似的问题,通过更改此行解决了这个问题

implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'


它帮助我解决了渲染问题

我在帖子中添加了build.gradle依赖项。我的build.gradle中确实有实现。但它不起作用。我也重新安装了android studio,但仍然无法工作。请尝试“菜单”“构建”>“清理项目”“等待作业完成,然后“构建”>“重建项目”确定!我添加了SDK工具的屏幕截图。如果问题仍然存在,请确保在更改这行代码后让项目同步。将约束布局从1.1.2更改为1.1.1
implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'