Unity Android Build Error WIN32 Exception ZipAlign

前端 未结 6 1933
情书的邮戳
情书的邮戳 2021-02-03 23:15

Every time I try to build my game for android, I get this error:

Error building Player: Win32Exception: 
ApplicationName=\'.../.../.../.../adt-bundle-mac-x86_64-         


        
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-03 23:37

    You need to copy zipalign as suggested at accepted answer; but if there are no zipalign file in related folder first you should go tools, run android and then install build-tools

提交回复
热议问题