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

后端 未结 4 1373
野性不改
野性不改 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:24

    From command line run the following:

    lint --list
    

    This assumes you have the Android SDK in your $PATH. If not, you'll have to navigate to the tools folder of the Android SDK, where you'll find the lint executable.

提交回复
热议问题