1. 程式人生 > >Unity3d報錯:Error building Player: Win32Exception: ApplicationName='xxxxxx/zipalign.exe'

Unity3d報錯:Error building Player: Win32Exception: ApplicationName='xxxxxx/zipalign.exe'

更新了Android SDK到API level 20以後打包出錯了:

Error building Player: Win32Exception: ApplicationName='C:/Android/adt-bundle-windows-x8664-20140702/sdk\tools\zipalign.exe', CommandLine='4 .......

上網查了一下文章,360搜尋只找到一篇,說得不清楚,谷歌繼續抽筋,還是用了yahoo中文,找到unity論壇的解決方法:

http://answers.unity3d.com/questions/759002/error-building-player-win32exception-1.html

step 1 go to the folder where your api is找到你api的資料夾(這個應該不難吧,目錄為..\adt-bundle-windows-x86\sdk\build-tools),揀最高的版本

step 2 go to your newist api and coppy zipalign.exe複製這個檔案

step 3 paste zipalign.exe at C:/Android/adt-bundle-windows-x8664-20140702/sdk\tools\搬家到旁邊的鄰居家裡。。。坑哦!

再打包,問題解決。