Packaging error for Android (UE 4.8.1)

Hi, today I wanted to package my project for Android Smartphones, but always get this error:


[2015.06.29-14.25.02:488][303]MainFrameActions: Packaging (Android (All)): BuildCommand.Execute: ERROR: BUILD FAILED
[2015.06.29-14.25.02:488][303]MainFrameActions: Packaging (Android (All)): Program.Main: ERROR: AutomationTool terminated with exception:
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)): Program.Main: ERROR: Exception in Ionic.Zip.Reduced: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)): Stacktrace:    bei Ionic.Zip.ZipEntry.SetZip64Flags()
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)): bei Ionic.Zip.ZipEntry.PostProcessOutput(Stream s)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei Ionic.Zip.ZipEntry._WriteEntryData(Stream s)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei Ionic.Zip.ZipEntry.Write(Stream s)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei Ionic.Zip.ZipFile.Save()
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei AndroidPlatform.Package(ProjectParams Params, DeploymentContext SC, Int32 WorkingCL)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei Project.Package(ProjectParams Params, Int32 WorkingCL)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei BuildCookRun.DoBuildCookRun(ProjectParams Params)
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei BuildCommand.Execute()
[2015.06.29-14.25.02:835][304]MainFrameActions: Packaging (Android (All)):    bei AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands)
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)):    bei AutomationTool.Automation.Process(String] CommandLine)
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)):    bei AutomationTool.Program.MainProc(Object Param)
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)):    bei AutomationTool.InternalUtils.RunSingleInstance(MainProc Main, Object Param)
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)):    bei AutomationTool.Program.Main()
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)): Program.Main: ERROR: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)): ProcessManager.KillAll: Trying to kill 0 spawned processes.
[2015.06.29-14.25.02:836][304]MainFrameActions: Packaging (Android (All)): Program.Main: AutomationTool exi

I really don’t know what’s causing this problem and couldn’t find anything with a related problem. Or where I can set this UseZip64WhenSaving property???

The log-file: https://dl.dropboxusercontent.com/u/12628048/log.log

Maybe someone has experienced this aswell or has an answer to what’s causing this problem??

I have no idea but, I think you might want to start looking here, “Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.”

I did, but with Blueprint Scripting I guess I won’t be able not set this property. Maybe it has something to do with too large files???

Hi Belane,

ZIP files are limited to 4GB. An OBB file is an uncompressed ZIP file containing the movie files and the PAK file (which may or may not be compressed depending on the options you selected). If you aren’t compressing the PAK file, turn this on; it may get you within the limits. Google restricts a single OBB to 2GB: