我刚刚学习如何在 Android Studio 中开发,当我开始我的 helloworld 教程时出现了这个错误:
渲染问题无法实例化以下类: - android.support.design.widget.FloatingActionButton
异常详情如下:
android.content.res.Resources$NotFoundException: 找不到资源 ID #0x1080029
我正在使用 Android Support Design 库的 23.2.0 版。
如何让 FloatActionButton 在预览窗格中呈现?