'error:-The markup in the document following the root element must be well-formed

i got an error while applying network security config tried almost all StackOverflow answers but nothing worked this is the code showing error in androidmanifest.xml,error on line 2

</manifest >
    <application android:networkSecurityConfig="@xml/network_security_config"
    ... >
    ...
</application>
    </manifest>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source