Android code inspection for html files gives an error "Start tag has wrong closing tag" and "Closing tag matches nothing " but everything is fine in that particular html file.
I looked around in Android Studio and inspection settings as such but not been able to permanently disable inspection of some files (like html files in this case). I was wondering if we could have any config setting in build.gradle file just like the custom lint config file or if there is any other way to edit inspection settings.
...........
Introduction
............
` (or `
`?)as ``, so the code inspector thinks you're trying to close the `
` tag with a ``. I don't know the answer to your question, but I think fixing your html would be the best solution.
– Michiyo Oct 02 '15 at 17:25