What is compileSdkVersion in gradle?

compileSdkVersion is your way to tell Gradle what version of the Android SDK to compile your app with . … While new compiler warnings/errors may be present when changing your compileSdkVersion, your compileSdkVersion is not included in your APK: it is purely used at compile time.6 Oca 2016

Read more

What is Compilesdk?

The compile sdk version is the the version of Android that the build tools uses to compile and build the application in order to release, run, or debug . Usually the compile sdk version and the target sdk version are the same.

Read more

What does targetSdkVersion mean?

android:targetSdkVersion — Specifies the API Level on which the application is designed to run . In some cases, this allows the application to use manifest elements or behaviors defined in the target API Level, rather than being restricted to using only those defined for the minimum API Level.

Read more