简体   繁体   English

为Android Studio选择正确的最低API

[英]Choosing the right Minimum API for Android Studios

If I were to choose minimum API 4.1, does it mean the features in 4.0 will not be available to me if I use 4.1 as my minimum API? 如果我选择最低API 4.1,是否意味着如果我将4.1用作最低API,4.0的功能将对我不可用? Or with each new API you get all the older features as well as the new ones? 还是通过每个新API都获得了所有旧功能以及新功能?

Of course you get all the older features. 当然,您可以获得所有较旧的功能。 The minimum means that features newer than that will not be available on all devices, and that you need to check the version before attempting to use them (or risk a crash). 最低要求意味着并非所有设备都提供比此功能更新的功能,并且您需要在使用前检查版本(否则可能会导致崩溃)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM