简体   繁体   中英

Android: When compatibility package is used, what version of SDK should I choose?

I remember Google says we should always use the latest API and set the min sdk to lower version.

My question is, If I use compatibility package, what Android SDK version should I use? If I use 4.0, will there be conflict? Thanks,

You should still be targeting the latest SDK. Make sure that you use the compatibility package imports and not the SDK imports.

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