Lint error with Fragments on Android L: “This method is not overriding anything”
问题 This method is not overriding anything with the current build target, but will in API level 11 (current target is 1). How do I neutralize this error? The app compiles and runs. I'm using gradle: android { compileSdkVersion "android-L" buildToolsVersion "19.1.0" defaultConfig { applicationId "com.codepath.apps.restclienttemplate" minSdkVersion 14 targetSdkVersion "android-L" } .... } According to to the <uses-sdk> docs, if minSdkVersion is absent it defaults to 1, so I'm thinking lint doesn't