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.
我正在开发一个 Android 应用程序,并且一直在研究如何支持旧版本(我一直在为 4.0 开发,而 10% 的手机在 2.2 上,50% 在 2.3 上)。我找到了支持库,想看看我是否理解正确。
我找到了支持库,想看看我是否理解正确
第 1 步和第 2 步没问题。根据您的起点,您可能在第 3 步之前有干预步骤,例如调整android:minSdkVersion以支持 API 级别 8 (Android 2.2)。而且,根据您可能想要使用的其他内容(例如,ActionBarSherlock 用于一致的操作栏模式),您可能需要添加更多步骤。
android:minSdkVersion