Build failed due to AndroidManifest.xml is invalid System.Xml.XmlException: '“' is an unexpected token. The expected token is '"' or '''. Line 22, position 52.

Solved it by installing JAVA 17.0, then rerouting JAVA_HOME Environmental Variable to the location of JAVA 17.0 jre.

Then got the error “Failed to Install the descriptor file”, I made a bunch of tries but it seems to have worked on adding in Edit>Project Settings> Android> Advanced APK Packaging> Extra Permissions> Add two array elements> android.permission.WRITE_EXTERNAL_STORAGE & android.permission.READ_EXTERNAL_STORAGE

Then set up Edit>Project Settings> Android> Install Location> Auto

Hope it helps.