无法实例化以下类 - android.support.v7.widget.SwitchCompat

时间:2015-07-04 14:06:24

标签: android

我需要使用SwitchCompat来支持API< 14。为此,我在我的项目中添加了android.support.v7.appcompat.jar。在那之下,我能够看到android.support.v7.widget.SwitchCompat.class。但是当我使用

        <android.support.v7.widget.SwitchCompat
         android:layout_width="wrap_content"
         android:layout_height="wrap_content" />

在我的xml..getting渲染问题中,错误如"The Following Class could not be instantiated - android.support.v7.widget.SwitchCompat".

0 个答案:

没有答案