unity3d - Android aapt add command fails when zip file reaches a particular size -
i having issue adding large amount of video files apk. first it's worth mentioning apk not go on play store there no limits in apk size in principal.
essentially when building android unity noticed once videos files combined passed 2 gb mark, fail when apk being packaged zip.
i decided remove video files , build apk without them , try using aapt build tool in cmd manually add each video. appears when using tool hit same issue in unity @ 2gb mark.
does know why seem receiving below message when content reaches 2gb total size mark? there logical limit, can bypass somehow? maybe else misleading me?
c:\users\b\appdata\local\android\sdk\build-tools\26.0.1>aapt add -v `"c:\users\b\desktop\0.0.7.apk.zip" "c:\users\b\downloads\le_act_3.mp4"` error: failed opening/creating 'c:\users\b\desktop\0.0.7.apk.zip' zip file thanks , happy take advice on how package way also.
its due expansion file size limit android apk's, 2gb. 2gb main expansion , 2gb patch equals 4gb. can rest easy it's made life harder me.
Comments
Post a Comment