Dear Unreal Engine Experts,
I am a beginner attempting to set up a simple Android project following an online tutorial. I have tried this process using Unreal Engine versions 5.3.2 and 5.5; however, I have encountered the same issue with both versions.
The error prompts me to accept the SDK license and mentions a missing package.xml
file, specifically expected under the directory:
Engine\Source\ThirdParty\Android\package.xml
.
Upon inspection, I found that the file does not exist. Below is the output of the directory’s contents:
PS C:\ue\UE_5.3\Engine\Source\ThirdParty\Android> dir
Directory: C:\ue\UE_5.3\Engine\Source\ThirdParty\Android
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 12/16/2024 5:48 PM detex
PS C:\ue\UE_5.3\Engine\Source\ThirdParty\Android>
It appears that something might have gone wrong with the installation, or this could be a bug with Unreal Engine 5. Could you kindly advise on how to resolve this issue?
Thank you for your time and assistance.