Hi! Im having this error while I am trying to package my project. I have not found any help from anywhere.
UATHelper: Packaging (Android (Multi:ASTC,DXT,ETC2)): ERROR: UnrealBuildTool.ConfigCacheIni_UPL+IniParsingException: Failed to find value when parsing D:\Game Location here \Config\DefaultEngine.ini, line 1: ???
In UE it’s generally a mistake to have any part of your project path or project name contain any spaces or other ‘funky’ characters and don’t make it too long. It causes problems with some toolchains.
Try something simple like D:\UE\MyProject
It might help. Good luck!
I meant the DefaultEngine.ini, the Game Engine initialization file. But above tip with the URL may solve the issue. Perhaps you have to reinstall UE to make this properly.