Hi,

I recently moved my android project from IntelliJ to Android Studio.
When I build my project I get the following:

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

I tried to set *-Xlint:deprecation* in Preferences->Compiler->VM Options. I 
get a Gradle failed to complete error message
I tried to set *-Xlint:deprecation* in Preferences->Gradle->Gradle VM 
Options. I get a Gradle failed to complete error message

How can I set *-Xlint:deprecation* and *-Xlint:unchecked* in Android Studio?

I'm running Android Studio 1.2.2 on OSX 10.10.3

TIA

jb

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to