RunUAT.bat ERROR: AutomationTool was unable to run successfully

I am using a fresh install and followed the instructions properly. I have VS2013 and just loaded a blank project. When trying to launch to Android, I get…

Here’s the log:

LogPlayLevel: Project.CopyBuildToStagingDirectory: ********** STAGE COMMAND STARTED **********
LogPlayLevel: BuildCommand.Execute: ERROR: BUILD FAILED
LogPlayLevel: Program.Main: ERROR: AutomationTool terminated with exception:
LogPlayLevel: Program.Main: ERROR: Exception in AutomationTool: Android does not yet implement GetCookPlatform.
LogPlayLevel: Stacktrace:    at AutomationTool.Platform.GetCookPlatform(Boolean bDedicatedServer, Boolean bIsClientOnly, String CookFlavor)
LogPlayLevel:    at DeploymentContext..ctor(String RawProjectPathOrName, String InLocalRoot, String BaseStageDirectory, String BaseArchiveDirectory, String CookFlavor, Platform InSourcePlatform, Platform InTargetPlatform, List`1 InTargetConfigurations, List`1 InStageExecutables, Boolean InServer, Boolean InCooked, Boolean InStageCrashReporter, Boolean InStage, Boolean InCookOnTheFly, Boolean InArchive, Boolean InProgram, Boolean bHasDedicatedServerAndClient)
LogPlayLevel:    at Project.CreateDeploymentContext(ProjectParams Params, Boolean InDedicatedServer, Boolean DoCleanStage)
LogPlayLevel:    at Project.CopyBuildToStagingDirectory(ProjectParams Params)
LogPlayLevel:    at BuildCookRun.DoBuildCookRun(ProjectParams Params)
LogPlayLevel:    at BuildCommand.Execute()
LogPlayLevel:    at AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands)
LogPlayLevel:    at AutomationTool.Automation.Process(String[] CommandLine)
LogPlayLevel:    at AutomationTool.Program.MainProc(Object Param)
LogPlayLevel:    at AutomationTool.InternalUtils.RunSingleInstance(MainProc Main, Object Param)
LogPlayLevel:    at AutomationTool.Program.Main()
LogPlayLevel: Program.Main: ERROR: Android does not yet implement GetCookPlatform.
LogPlayLevel: ProcessManager.KillAll: Trying to kill 0 spawned processes.
LogPlayLevel: Program.Main: AutomationTool exiting with ExitCode=1
LogPlayLevel: Domain_ProcessExit
LogPlayLevel: ProcessManager.KillAll: Trying to kill 0 spawned processes.
LogPlayLevel: copying UAT log files...
LogPlayLevel: RunUAT.bat ERROR: AutomationTool was unable to run successfully.
LogPlayLevel: Completed Launch On Stage: Build Task, Time: 2.750985
LogStats:Warning: MetaData mismatch. Did you assign a stat to two groups? New //STATGROUP_Threads//FLauncherTask///Thread_2f4_0///////STATCAT_Advanced//// old //STATGROUP_Threads//FLauncherTask///Thread_14ec_0///////STATCAT_Advanced////
LogPlayLevel: Completed Launch On Stage: Deploy Task, Time: 0.000115
LogPlayLevel: BUILD FAILED
PackagingResults:Error: Error Launch failed! Unknown Error

I can’t even build the “Development” config via VS. It gives me an error.

What version are you on? Are you sure you are getting from the Release branch in GitHub, not Master?

Josh