I imported a project into eclipse and get the following warnings:
Examples of these annotations can be found here and here. I tried jdk 1.5-1.7 but no change. Sow how do I get rid of those?
These warnings are from Android Studio and are not supported by Eclipse.
You can turn of the message in 'Preferences > Java > Compiler > Errors/Warnings', expand the 'Annotations' section and change 'Unhandled token in @SuppressWarnings' to Ignore.