Can I exclude Android from RunUAT.bat's build/package command?

I keep getting “Platform Android is not a valid platform to build. Check that the SDK is installed properly” even though I have Android SDK and Android Studio installed. Is there a way I can specify that I don’t want Android as a platform? If not, is there a better way to troubleshoot this error so I can fix it?

hi,
you can add -TargetPlatforms=Win64 (+SomethingElse to add more) to it and use a whitelist in Project.uproject in Modules “WhitelistPlatforms” : [ “Win64” ]

hope this helps you :slight_smile:

cheers :vulcan_salute:

1 Like