I'm just now learning how to develop in Android Studio and this error come up when I began my helloworld tutorial:
Rendering Problems The following classes could not be instantiated: - android.support.design.widget.FloatingActionButton
The exception details are:
android.content.res.Resources$NotFoundException: Unable to find resource ID #0x1080029
I'm using version 23.2.0 of the Android Support Design library.
How can I get the FloatActionButton to render in the preview pane?