Validation of unknown tags and attributes in Android XML files
March 12th, 2012 by Eugene KudelevskyIn the latest IntelliJ IDEA 11.1 EAP we’ve added 2 new inspections that warn you about unknown attributes and tags in Android XML resource files and AndroidManifest.xml:
IntelliJ IDEA can validate both system attributes and local ones defined in attrs.xml file in your project. Of course, you can disable or tune these inspections according to your needs in the IDE settings.
Tags: Android, Code Analysis


March 12th, 2012 at 9:33 am
Finally!! Thanks.