AutomationTool exiting with ExitCode=1 (Error_Unknown)

Hi
Just moved my project from 5.2 to 5.4 and now packing the project geting this error, checked the log, coudnt find any ERRORS or invalid stuff, not sure what is wrong with it . maybe someone could give me a hand, and take a look at the log? Just want to mention that on 5.2 project worked fine, I needed to move to 5.4 as googleplay wanted at least API level 34. thought maybe with new verison Ill update all the new stuff tho…
Log.txt (193.0 KB)

The reason of the failure could be the invalid code in the AndroidManifest.xml. At line four there is just 'com.google.android.play.billingclient.version".

AndroidManifest.xml is invalid System.Xml.XmlException: 'android' is an unexpected token. The expected token is '='. Line 4, position 11.
........
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
          com.google.android.play.billingclient.version.
          android:installLocation="internalOnly"
          android:versionCode="1"
          android:versionName="1.0">

You could try and delete the folders Binaries, Intermediate and Saved and then re-gernerate the project files. I assume that you still have a copy of your 5.2 version.

Greetings @Abuzhis

Welcome back to the Unreal Engine Community forum! Did Orbtial’s recommendation help with the error? If not, post back and we’ll check into other areas. Thanks!