AndroidAndroidStudio开发工具布局xml文件不显示视图。提示:The following classes could not be instantiated:

Posted 程序员小冰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AndroidAndroidStudio开发工具布局xml文件不显示视图。提示:The following classes could not be instantiated:相关的知识,希望对你有一定的参考价值。

作者:程序员小冰 (转载请说明出处)博客地址:http://blog.csdn.net/qq_21376985

当我们新建项目的时候,有时候会遇到xml布局不显示的问题,比如这个问题,错误代码如下:

The following classes could not be instantiated:

等等一大片,具体看下面截图:

如果你遇到的大概也是这样,从提示可以看出是v7包下的toolbar,所以,我们可以更改我们的style文件。也就是value/style.xml文件。我这里的主题是

`  <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>`

我这里是引用的DarkActionBar。我们只需将它更改为NoActionBar即可。。然后再去看一下xml布局

是否解决了你的问题呢?

以上是关于AndroidAndroidStudio开发工具布局xml文件不显示视图。提示:The following classes could not be instantiated:的主要内容,如果未能解决你的问题,请参考以下文章

AndroidAndroidStudio开发工具布局xml文件不显示视图。提示:The following classes could not be instantiated:

AndroidAndroidStudio(Eclipse)如何使用天天模拟器进行调试apk应用。

AndroidAndroidStudio调试apk时直接使用签名好的签名文件,用正式签名进行调试

AndroidAndroidStudio空指针解决之:listview与adapter的使用报空 java.lang.NullPointerException

AndroidAndroidStudio关于EventBus报错解决方法its super classes have no public methods with the @Subscribe

零基础学python第六课, 开发剪刀石头布小游戏