我正在尝试将支持操作栏添加到我的 Android 应用程序中,但就在我拥有的地方
<style name="AppBaseTheme" parent="android:Theme.AppCompat.Light">
我得到一个错误No resource found that matches the given name: android:Theme.AppCompat.Light
。
我可以导入android.support.v7.app.ActionBar
,android.support.v7.app.ActionBarActivity
所以我认为我已经正确添加了支持库。为什么 Android 开发文档掩盖了这一点?它应该是第 1 课。