AS: How to Fix “XML tag has empty body” Error

The following error occurred in as manifest



solve

<activity android:name=".activity.WuraoActivity"></activity>

Change the above code to:

<activity android:name=".activity.WuraoActivity"/>
//Other identical codes are similar

Read More: