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
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