Xml declaration should proceed all document content
Suddenly I am getting this error in my android project and i have not made any changes , but yet this popped up ,with some auto generated java code.
have tried commenting the above , but thats not working so tried adding the following code to make it correct
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="your_color">#FFFFFF</color>
</resources>
still nothing happened.