我在 Eclipse 中创建了一个新的 android 项目,并设置了以下配置:
Minimum required SDK: API 7
Target SDK: API 18
Compile with: API 18
Theme: Holo Light
所以,我的应用程序有操作栏。Eclipse 已自动仅包含 android-support-v4.jar。
但是,因为ActionBar class is included in the support library for compatibility with API level 7 and higher.
我想知道为什么在我的项目中只包含 android-support-v4 库。
我想如果我不包含v7 appcompat 库,我可以继续在我的应用程序中显示操作栏,但我无法使用 ActionBar API 管理或自定义它?这是正确的吗?