在下面找到谷歌在其最新的谷歌 IO-13 计划中优化应用平板电脑的说法。我的问题是:- 为什么我的应用程序的最小 sdk 版本必须大于 11 才能使其平板电脑优化?这意味着如果我支持在许多设备中仍处于活动状态的姜饼手机,我的应用程序不适用于平板电脑。
至少,检查元素以确保:
targetSdkVersion is declared with value 11 or higher (14 or higher is recommended), OR minSdkVersion is declared with value 11 or higher. If a maxSdkVersion attribute is declared, it must have a value of 11 or higher. Note that, in general, the use of maxSdkVersion is not recommended.