Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Appcompat for Actionbar 来获取 Android 2.1 设备中的操作栏。我包括了 appcompat 库。但它显示未找到 Theme.AppCompat.Light。请提供建议。!
正如该线程中所解释的,您不能只添加jar文件,您需要将整个项目添加为库依赖项。您可以在此处找到说明。
jar
尝试使用以下步骤:1)文件->导入(android-sdk-xxx\extras\android\support\v7)。选择appcompat 2) Project-> properties->Android。在节库中Add并选择appCompat
android-sdk-xxx\extras\android\support\v7
appcompat
Project-> properties->Android
Add
appCompat