While importing the project in Android Studio I am getting an error saying
Invalid XML file: C:\XXXXXXX\AndroidManifest.xml: Content is not allowed in prolog.
How to resolve this? Please help me regarding this.
While importing the project in Android Studio I am getting an error saying
Invalid XML file: C:\XXXXXXX\AndroidManifest.xml: Content is not allowed in prolog.
How to resolve this? Please help me regarding this.
Check AndroidManifest.xml file, 2 problems might occur :
<?xml version='1.0' encoding='utf-8'?> is
incorrect afaf<?xml version .....This error message is always caused by the invalid XML content in the beginning element.
More info here