Unity Android Build Error WIN32 Exception ZipAlign

前端 未结 6 1958
情书的邮戳
情书的邮戳 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:58

    You need to copy the zipalign tool from sdk/build-tools/android-{version}/ to sdk/tools/

提交回复
热议问题