Unity Android Build Error WIN32 Exception ZipAlign

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

    1. Find your copy of the Android SDK in explorer
    2. Go to build-tools and choose a version (e.g.build-tools\19.1.0)
    3. Copy zipalign.exe
    4. Come back out of build-tools
    5. Go into tools
    6. Paste zipalign.exe

提交回复
热议问题