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.
如果我添加了支持库,我不确定应该使用哪个 SDK 版本来构建项目。例如,我不应该用 2.3.3 构建它吗?
与支持库一起使用的平台版本并不重要。
支持库旨在从 Android 向后移植一些重要的新功能(如 Fragments),因此旧版本的操作系统(回溯到 1.6)支持它们。
最重要的是,您可以将任何版本的 SDK 与支持库一起使用(一直到 1.6)。
您可以使用 API 级别 4 及更高级别的支持库,因此您可以针对其他 API 所需的几乎任何版本构建它。