Im new to AppDev and learning on my own. While experimenting, i came across this and finding it hard to resolve at the moment. Can anyone help me out pjease. I am working with Android Studio 3.6
<?xml version="1.0" encoding="utf-8"?>
<activity>xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.breaking">
<activity>
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</activity
The element type "activity" must be terminated by the matching end-tag "".
Any help will be greatly appreciated.
Thank you Josh