Vincent TsenforVincent Tsen - AndroidDev Blogvtsen.hashnode.net·Feb 17, 2023minSdk vs targetSdk vs compileSdkLet's have a look at what minSdk, targetSdk and compileSdk really means in build.gradle script. android { compileSdk 32 defaultConfig { /*...*/ minSdk 21 targetSdk 32 /*...*/ } } minSdk -...4 likes·184 readsAndroid Studioandroid app developmentAdd a thoughtful commentNo comments yetBe the first to start the conversation.