When I build my Android project in Android Studio, I get message:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
and
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I would like to do what the message suggested, but how? How can I configure my Android studio to re-compile my project with -Xlint
as the above message suggested? (I am using Android Studio 3.0.1)