gpt4 book ai didi

android - Android L : "This method is not overriding anything" 上 Fragments 的 Lint 错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:04:07 26 4
gpt4 key购买 nike

Error

This method is not overriding anything with the current build target, but will in API level 11 (current target is 1).

如何消除这个错误?该应用程序编译并运行。我正在使用 gradle:

android {
compileSdkVersion "android-L"
buildToolsVersion "19.1.0"

defaultConfig {
applicationId "com.codepath.apps.restclienttemplate"
minSdkVersion 14
targetSdkVersion "android-L"
}
....
}

根据 <uses-sdk> 文档,如果minSdkVersion不存在它默认为 1,所以我认为 lint 不知道需要什么版本。

最佳答案

试试这个,对我有用:

  1. 从这里下载 android-21 SDK: https://mega.co.nz/#!klwQWQ6Z!seD3n0x9dkTyR29c7HxNE6XkHXtmpjfcbYrfntVOXmY

  2. 解压到你的sdk路径

  3. 在你的 gradle 构建文件中改变这个

compileSdkVersion "android-L"buildToolsVersion "19.1.0"

compileSdkVersion 21
buildToolsVersion "20.0.0"

关于android - Android L : "This method is not overriding anything" 上 Fragments 的 Lint 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24463607/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com