下午升级了一下安卓的开发包: adt-bundle-windows-x86_64-20140702

重新下载SDK后,unity导出android版本,报错:

Error building Player: Win32Exception: ApplicationName='D:/ptools/android_ADT/sdk\tools\zipalign.exe', CommandLine='4 "D:\unitydev\TheDemo\Temp/StagingArea/Package_unaligned.apk" "D:\unitydev\TheDemo\Temp/StagingArea/Package.apk"', CurrentDirectory='Temp/StagingArea'

Error building Player: Win32Exception: ApplicationName='D:/xxxx/sdk\tools\zipalign.exe

 

仔细看了一下,是在 sdk/tools/下,找不到 zipalign.exe 造成的。

 

解决办法:

把 sdk\build-tools\android-4.4W\ 文件夹下的 zipalign.exe 拷贝到 sdk\tools\ 文件夹下,即可。

 

Error building Player: Win32Exception: ApplicationName='D:/xxxx/sdk\tools\zipalign.exe

 

相关文章:

  • 2021-10-18
  • 2021-07-06
  • 2022-02-22
  • 2021-06-24
  • 2021-08-05
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-08-10
  • 2021-11-22
相关资源
相似解决方案