主要活动预览与应用不匹配

时间:2018-06-25 15:25:23

标签: android android-studio

我看不到我的应用预览。该应用程序可以正常运行,但我看到的是白色屏幕。我也看不到拖放的元素。

Screenshot

1 个答案:

答案 0 :(得分:0)

我用这个dependencies { debugImplementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation fileTree(include: ['*.jar'], dir: 'libs') androidTestImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:support-v4:26.1.0' implementation 'com.android.support:design:26.1.0' }补充了build.gradle(模块:app)中的原始代码,然后将API版本从28更改为22。