Android won't deploy

So my project that I wanted to deploy on my Samsung Galaxy S5 constantly gives me the following error:


LogPlayLevel: BUILD FAILED
LogPlayLevel: C:\NVPACK\android-sdk-windows\tools\ant\build.xml:720: The following error occurred while executing this line:
LogPlayLevel: C:\NVPACK\android-sdk-windows\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
LogPlayLevel: Total time: 13 seconds
LogPlayLevel: BuildCommand.Execute: ERROR: BUILD FAILED
LogPlayLevel: Program.Main: ERROR: AutomationTool terminated with exception:
LogPlayLevel: Program.Main: ERROR: Exception in UnrealBuildTool: ERROR: cmd.exe failed with args /c “C:/NVPACK/apache-ant-1.8.2/bin/ant.bat” debug
LogPlayLevel: Stacktrace: bij UnrealBuildTool.Android.UEDeployAndroid.RunCommandLineProgramAndThrowOnError(String WorkingDirectory, String Command, String Params, String OverrideDesc, Boolean bUseShellExecute)
LogPlayLevel: bij UnrealBuildTool.Android.UEDeployAndroid.MakeApk(String ProjectName, String ProjectDirectory, String OutputPath, String EngineDirectory, Boolean bForDistribution, String CookFlavor, Boolean bMakeSeparateApks, Boolean bIncrementalPackage, Boolean bDisallowPackagingDataInApk)
LogPlayLevel: bij UnrealBuildTool.Android.UEDeployAndroid.PrepForUATPackageOrDeploy(String ProjectName, String ProjectDirectory, String ExecutablePath, String EngineDirectory, Boolean bForDistribution, String CookFlavor, Boolean bIsDataDeploy)
LogPlayLevel: bij AndroidPlatform.Deploy(ProjectParams Params, DeploymentContext SC)
LogPlayLevel: bij Project.Deploy(ProjectParams Params)
LogPlayLevel: bij BuildCookRun.DoBuildCookRun(ProjectParams Params)
LogPlayLevel: bij BuildCommand.Execute()
LogPlayLevel: bij AutomationTool.Automation.Execute(List1 CommandsToExecute, CaselessDictionary1 Commands)
LogPlayLevel: bij AutomationTool.Automation.Process(String CommandLine)
LogPlayLevel: bij AutomationTool.Program.MainProc(Object Param)
LogPlayLevel: bij AutomationTool.InternalUtils.RunSingleInstance(MainProc Main, Object Param)
LogPlayLevel: bij AutomationTool.Program.Main()
LogPlayLevel: Program.Main: ERROR: ERROR: cmd.exe failed with args /c “C:/NVPACK/apache-ant-1.8.2/bin/ant.bat” debug
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: 72.860357
LogPlayLevel: BUILD FAILED
PackagingResults:Error: Error Launch failed! Unknown Error

Wich is weird because I could succesfully deploy the project on my phone at my first approach. Are there any suggestions?

Thanks

Are there further errors? I’m having an issue which is caused by a too big integer in the generated java files. Maybe it’s the same here.

Well, I tried to deploy to PC, it still gives me the same errors.