无法实例化以下类:-android.support.design.widget.CoordinatorLayout

时间:2018-07-17 22:15:30

标签: android

this question中与我相同的答案不是我的问题的答案。

activity-main.xml

<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<include layout="@layout/content_main" />
</android.support.design.widget.CoordinatorLayout>

我尝试使用其他布局进行无效化,重新启动,刷新,但是似乎什么都不想工作。我也收到另一个错误消息

“缺少样式。是否为此布局选择了正确的主题?”

完全错误

“无法实例化以下类: -android.support.design.widget.CoordinatorLayout

异常详细信息java.lang.ClassNotFoundException:android.view.View $ OnUnhandledKeyEventListener“

它提到了有关我的主题的一些内容。该主题当前为AppCombat.DayNight.NoActionBar

0 个答案:

没有答案