本文介绍了Unity3D打造的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
错误大楼播放器:
Win32Exception: ApplicationName='E:/adt-bundle-windows-x86_64-20131030/sdk\tools\zipalign.exe',
CommandLine='4 "C:\Users\Owner\Desktop\Folders\Unity exe\bbt - Copy\Temp/StagingArea/Package_unaligned.apk"
"C:\Users\Owner\Desktop\Folders\Unity exe\bbt - Copy\Temp/StagingArea/Package.apk"',
CurrentDirectory='Temp/StagingArea'
为什么会出现这个错误?一切都很好。同时建立突然得到这个错误。
Why am I getting this error? Everything was fine. Suddenly got this error while building.
推荐答案
它发生在一个文件不能在正确的文件夹中找到... SDK \工具\ zipalign.exe。
It happens when a file can not be found in the correct folder ...sdk\tools\zipalign.exe.
在昨日发布的版本的SDK工具文件zipalign从工具移动文件夹建立-工具/ {}版本。只需复制zipalign到工具文件夹,一切都应该努力!
In the yesterday published version of the SDK Tools the file "zipalign" moved from tools folder to build-tools/{version}. Just copy zipalign to "tools" folder and everything should work!
这篇关于Unity3D打造的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!