What a pain ! Can't package simple quest app
Hello, first I want to say, UE is horrible, nothing works, you need to follow several tutorials for just starting a new project when Unity does everything itself. That's the second time I try to switch to UE but once again I think I will turn back...
That said, I followed these guides -that shouldn't exist- line by line :
https://developer.oculus.com/documentation/unreal/unreal-quick-start-guide-quest/
But when I try to package the project, it says that Android SDK is not installed properly, I click "continue" and it tries and fails to install the sdk he want. When I run the SetupAndroid.bat manualy I have no error, and success for each request.
Here is some logs:
UATHelper: Packaging (Android (ASTC)): Installed Sdk validity:
UATHelper: Packaging (Android (ASTC)): Android: (Status=Invalid, Allowed_Sdk=r25b, Current_Sdk=r25c, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="InstalledSdk_InvalidVersionExists, Platform_ValidHostPrerequisites")
UATHelper: Packaging (Android (ASTC)): Will install 'Android SDK r25b'
UATHelper: Packaging (Android (ASTC)): ----------------------------------------------
UATHelper: Packaging (Android (ASTC)): Running 'F:\Program Files\Epic Games\UE_5.1\Engine/Extras/Android/SetupAndroid.bat android-32 30.0.3 3.10.2.4988404 25.1.8937393 -noninteractive'
UATHelper: Packaging (Android (ASTC)): ----------------------------------------------
UATHelper: Packaging (Android (ASTC)): ERROR: Command F:\Program Files\Epic Games\UE_5.1\Engine\Extras\Android\SetupAndroid.bat android-32 30.0.3 3.10.2.4988404 25.1.8937393 -noninteractive failed [Exit code 4, working dir = F:\Program Files\Epic Games\UE_5.1\Engine\Extras\Android]
PackagingResults: Error: Command F:\Program Files\Epic Games\UE_5.1\Engine\Extras\Android\SetupAndroid.bat android-32 30.0.3 3.10.2.4988404 25.1.8937393 -noninteractive failed [Exit code 4, working dir = F:\Program Files\Epic Games\UE_5.1\Engine\Extras\Android]
LogSlate: Window 'Turnkey' being destroyed
Message dialog closed, result: No, title: Turnkey, text: Do you want to attempt again?
It seems trying to install SDK r25b when I configured 29 everywhere, that very exasperating.
If someone can help me before I give up.
Thanks in advance