Improve Your Code with Lint

Copied from https://developer.android.com/studio/write/lint.html

to ensure that your code has no structural problems.

check if your XML resource files contain unused namespaces, this takes up space and incurs unnecessary processing.

other structural issues, such as use of deprecated elements or API calls that are not supported by the target API versions, might lead to code failing to run correctly.