For Android, where do I find a complete list of @SuppressLint valid issue ids

后端 未结 4 1323
野性不改
野性不改 2021-02-04 06:01

At the moment, I need to ignore a string concatenation warning relative to internationalization, but would like to \"learn how to fish\" for other specialized warnings

4条回答
  •  梦谈多话
    2021-02-04 06:37

    In the tools subfolder from your Android SDK folder, run

    lint --list
    

    Source: http://tools.android.com/tips/lint/suppressing-lint-warnings and scroll down to "Issue Id's"

提交回复
热议问题