Not targeting the latest versions of Android

前端 未结 6 1041
独厮守ぢ
独厮守ぢ 2020-12-13 03:35

I have a warning when trying to test theme on latest Android SDK Package 4.2.

Here is my manifest file:



        
6条回答
  •  旧巷少年郎
    2020-12-13 04:25

    Always go with the latest android version as your target SDK to get more benefits.

    Targeting a recent API level also allows your app to take advantage of the platform's latest features to delight your users. Furthermore, as of Android 10 (API level 29), users see a warning when starting an app for the first time if the app targets Android 5.1 (API level 22) or lower.

    
    

    Please refer to this developer site for more details.

    https://developer.android.com/distribute/best-practices/develop/target-sdk

提交回复
热议问题