Android: Is there an advantage to setting compileSdkVersion to a lower version than the latest api?
问题 Is there any advantage to setting the compileSdkVersion in the manifest to less than the latest api build number, or should you always set it to the latest api build? android { compileSdkVersion 22 When I say advantage I mean in terms of performance of the app, of compile time of the app, of size of the apk etc. I'm speaking, of course, of cases where you can set it lower - i.e. an app that doesn't use shared transitions or any features of lollipop. 回答1: No, there is not. Also, thanks to