Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

If I change editor settings, I can see more warnings marked in yellow but I have to find and see them manually. I need a list at compilation finished, so I can click and inspect each of them.

Android studio is 2.1.1

EDIT: in particular I need to see all warnings related to minSdk changes in the app gradle script

question from:https://stackoverflow.com/questions/37438260/android-studio-how-to-see-a-list-of-all-warnings

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
221 views
Welcome To Ask or Share your Answers For Others

1 Answer

Answer to

Android Studio: how to see a list of all warnings?

Analyze > Inspect Code

That will run lint and list all warnings.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...