我想要一個應用程序在Play商店中可供Android M用戶下載,但該應用程序的權限模型尚未完成。如果我將compileSdkVersion和targetSdkVersion設置爲22而不是23 - Android M用戶是否會看到該應用程序並能夠運行它(在運行時授予所有權限)?Android:confused about compileSdkVersion + targetSdkVersion 23
compileSdkVersion 22
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
}
瞭解這裏的差異http://stackoverflow.com/questions/26694108/what-is-the-difference-between-compilesdkversion-and-targetsdkversion –