【发布时间】:2016-05-14 14:12:48
【问题描述】:
您好,我正在尝试学习 Material Design,但被工具栏代码卡住了。我对使用哪个库以及为什么显示此错误感到困惑
原因:android.view.InflateException: Binary XML file line #15: Error inflating class android.support.design.widget.Toolbar
为此,我正在使用支持库:
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
如果你知道如何解决这个错误,请分享给我。在此先感谢
【问题讨论】:
-
你是否导入了 appcompat 库?
-
请向我们展示您设置的代码和您的styles.xml
-
你需要
compile 'com.android.support:appcompat-v7:23.1.1'
标签: android material-design android-toolbar