android studio 显示XML tag has empty body怎么解决?

<permission android:name="eee"
    android:protectionLevel="normal"></permission>

android:protectionLevel="normal"/>
这样子试下

android:protectionLevel="normal">

改成这样:
android:protectionLevel="normal">

    </permission>

也就是将 >< 换行