What is the difference between compileSdkVersion and targetSdkVersion?

前端 未结 11 1986
生来不讨喜
生来不讨喜 2020-11-22 10:44

I have looked at the documentation for building with Gradle, but I\'m still not sure what the difference between compileSdkVersion and targetSdkVersion

11条回答
  •  情歌与酒
    2020-11-22 11:20

    The compileSdkVersion should be newest stable version. The targetSdkVersion should be fully tested and less or equal to compileSdkVersion.

提交回复
热议问题