After recently upgrading my android studio, I am not able to build my project anymore.
Every time I execute a build, I am struck with the following error:
In my case I had deleted the folder "drawable"
In my case I had to remove android:src="@drawable/background"
and android:src="@drawable/logo"
lines from splash_screen.xml although the error was originally pointing at AndroidManifest.xml.
And like the first post is saying, make sure the <?xml version="1.0" encoding="utf-8"?>
is correct in all xml files.