官方描述:
- Minimum Required SDK is the lowest version of Android that your app supports, indicated using the API level. To support as many devices as possible, you should set this to the lowest version available that allows your app to provide its core feature set. If any feature of your app is possible only on newer versions of Android and it's not critical to the app's core feature set, you can enable the feature only when

本文介绍了Android开发中Minimum SDK、Target SDK和Compile SDK的区别与设置。Minimum SDK指应用支持的最低Android版本,应尽可能设置为能提供核心功能的最低版本。Target SDK表示应用已测试过的最高版本,应随着新版本发布更新以利用新功能。Compile SDK是编译应用所用的平台版本,推荐设置为最新以获取新特性和优化用户体验。

1099

被折叠的 条评论
为什么被折叠?



