Constructing a program

Report a typo

Reorder the lines to create an AndroidManifest.xml file.

Put the items in the correct order
</activity>
android:icon="@mipmap/ic_launcher">
package="org.hyperskill.manifest">
</manifest>
</application>
<activity android:name=".MainActivity">
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<application
___

Create a free account to access the full topic