android-fragments 当一个片段被添加到项目Android应用程序崩溃[已关闭]

guz6ccqo  于 2022-11-14  发布在  Android
关注(0)|答案(1)|浏览(148)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
三个月前关门了。
Improve this question
我在项目中加入了一个新的片段。添加片段后,应用程序崩溃。我想在我的项目中添加三个片段。我已经查看了为类似问题提供的答案,但不幸的是,它们没有提供预期的解决方案。

第一次


指令集


指令集


指令集


指令集

vvppvyoh

vvppvyoh1#

请确保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'
}

相关问题