您好我正在构建一个具有一些材料设计概念的Android示例应用程序.我从https://developer.android.com/training/material/theme.html开始.我正在使用eclipse.我在我的项目的库部分添加了appcompat_7支持库.然后当我尝试应用以下主题时.
它给我以下运行时错误:
11-12 11:32:30.416: E/AndroidRuntime(21375): java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.example.androidmaterialdesignapi/com.example.androidmaterialdesignapi.MainActivity}:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
我的活动扩展了ActionBarActivity.我做错了什么.需要一些帮助.谢谢.学习材料设计有什么好的例子吗?
最佳答案