Cannot resolve method “checkSelfPermission”
问题 I am getting the error in the below code: if (ContextCompat.checkSelfPermission(this,Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED) { } The "checkSelfPermission" is always red indicating some kind of error. I have imported "import android.support.v4.content.ContextCompat;" already. The below is my build.gradle content: apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "com.xyz.user