简体   繁体   中英

Android SDK minSdkVersion and targetSdkVersion

I set my android app with below SDK settings. If some using android device with high version > 17. Will my App be run without problem on that device? Thanks.

android:minSdkVersion="11" android:targetSdkVersion="16"

Yes , it will work(on api level greater than 17 ) without any major issue, there may be user experience related problems on latest versions(say 5.0 or 5.1).

But it is recommended to use latest SDK level as target sdk.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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