Iāve been trying to fix this for almost a month now and Iāve already tried multiple tutorials on how to setup and package for android but this problem still always appears even on different versions of SDK and NDK.
Iāve also already fixed the ādotnetā is not recognized as an internal or external command, but I have no idea about the āfilesā
Which host OS are you using, and which version?
What is your default shell set to?
Which versions of the .net framework have you installed?
Are you building from github or using the Epic installer? If so, which version?
Iām currently using Windows 10, version 22H2
sorry Iām not familiar with shell set, is it the windows powershell?
for the .net framework:
ā¢ .NET Core SDK 3.1.424
ā¢ .NET Core Runtime 3.1.30
ā¢ ASP.NET Core Runtime 3.1.30
ā¢ .NET Core Windows Desktop Runtime 3.1.30
and I think Iāve build the project in Epic Installer UE5 5.0.1
Iāve also already fixed the ādotnetā is not recognized as an internal or external command
It may be that the fix wasnāt enough?
I think Unreal needs .NET version 4.6 or later. I donāt know if ā.NET Coreā counts as ālaterā or not, because Microsoft versioning around this is confusing.
Also, it may be sensitive to Visual Studio versions ā if you install version 2019 and 2022 at their latest versions, that will in turn include some dependencies that are necessary. Even if youāre building for Android, it may have a dependency on VS.
āFilesā is not a built-in command in powershell. Maybe thereās some hidden dependency of some other project that youāre not installing?
I donāt know if this is the actual problem for you, but it has at least a 15% chance of helping
Thank you for replying, Iāll try the .NET version 4.6 or later and some more different versions of Visual studio.
Iāll update here if I can fix the problem.