当一个片段被添加到项目时,android应用程序崩溃了

时间:2018-03-12 05:35:10

标签: android-studio android-fragments

我已经为项目添加了一个新片段。添加片段后,应用程序崩溃了。我想在我的项目中添加三个片段。我已经为类似的问题提供了答案,但不幸的是他们没有提供预期的解决方案。enter image description here

enter image description here

enter image description here enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

请确保compileSdkVersion与支持版本相同。不要忘记清理和建造。

dependencies {
    compile 'com.android.support:appcompat-v7:27.0.0'
    compile 'com.android.support:design:27.0.0'
    compile 'com.android.support:support-v4:27.0.0'
}