You can also disable warning from a specific type in the module by adding the #IgnoreWarning attribute.
For example to disable warnings #10 and #12:
Where i must put it ? I have many modules and activities in my project.
I put this in "Main" module
#Region Project Attributes
#IgnoreWarnings: 14
#End Region
#Region Module Attributes
#FullScreen: False
#IncludeTitle: False
#ApplicationLabel: Money Converter
#VersionCode: 1
#VersionName: 1.3.0
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
But i still have always the warning about files not used, that i use by code.
(warning 14), that rots the warning's engine window, lolllllllll.
Thanks for the reply.
Regards.