Error building Player: Win32Exception: ApplicationName='D:/xxxx/sdk\tools\zipalign.exe
下午升級了一下安卓的開發包: 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'
仔細看了一下,是在 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
下午升級了一下安卓的開發包: adt-bundle-windows-x86_64-20140702 重新下載SDK後,unity匯出android版本,報錯: Error building Playe
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/
unity出現Error building Player because scripts had compiler errors的解決方法
昨天儲存後今天再開啟專案build時發現編輯器報Error building Player because scripts had compiler errors的錯誤,但是修改一下指令碼儲存又能執行
fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC sha
原文連結:http://blog.csdn.net/jingmiaa/article/details/50787598 fatal error C1189: #error :&n
#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version
昨天編譯檔案時出現了Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version~~~~的錯誤。 在網上很容易找到了解決的方案,公佈如下: 對著你的專案點
Error:The SDK directory '/Users/AhmadMusa/Desktop/[PROJECT PATH]/D:\Android\sdk' does not exist. Ple
使用android studio,匯入別人開源的專案,build的時候,老是報這個錯誤: Error:The SDK directory 'D:\sdk' does not exist. Please fix the 'sdk.dir' property in the lo
spring Error creating bean with name 'xxxx'
image 端口 app space spa 導包 style 管家 pac 解決辦法: 1.檢查Service 掃描applicationContext包的配置web.xml 是否寫錯了 2.檢查spring配置相關的配置,是否配置錯誤;尤其註意看
Mysql監控元件mymon報錯“NewMySQLConnection Error: Building mysql connection failed!: unexpected EOF”問題
mymon是Open-falcon的用來監控Mysql的元件,今天使用起來遇到了一個問題,資料庫明明正確配置,但是啟動的時候總是報“NewMySQLConnection Error: Building mysql connection failed!: unexpected EOF”的錯誤
Error building SqlSession
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!  
用mybatis查資料庫資料,報錯提示### Error building SqlSession.
錯誤提示: ### Error building SqlSession. ### The error may exist in SQL Mapper Configuration ### Cause: org.apache.ibatis.builder.BuilderException: Err
初學Mybatis遇到 Error building SqlSession
進行Junit測試時遇到的錯誤 1、Error building SqlSession. java.lang.ExceptionInInitializerError at ljy.gx.TestMyBatis.testBefore(TestMyBatis.java:21
GCC升級問題解決:configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+,mpfr2.4.0完整解決
1.sudo yum install gmp gmp-devel mpfr mpfr-devel libmpc libmpc-devel 如果出現了上面的兩個包不存在的情況("No package XXX available
微信小程式雲函式報錯:Error: errCode: -404011 cloud function execution error Cannot find module 'wx-server-sdk'
在初次建立的時候會遇到兩個問題,上一篇已經解決,現在來看看這個問題,提示缺失wx-server-sdk ,但是官方文件說的很清楚 需要安裝依賴,開啟login資料夾 右鍵終端中開啟, 執行如下命令 npm install --save [email protected] 結果如
eclipse執行錯誤提示 Failed to load D:\Android\sdk\build-tools\26.0.0-preview\lib\dx.jar
前幾天在ecplise上執行專案還好好,今天一執行就提示這個錯誤:Your project contains error(s), please fix them before running your application.(你的程式包含錯誤,請修改後再執行)。咋
Win32Exception: ApplicationName='xx', CommandLine='xx',CurrentDirectory='xx'
這個錯誤是由於啟動程序導致的,首先在命令列模式下輸入ApplicationName,如果能正常執行,則說明是CommandLine有問題。如果不能正常執行則考慮對應程式是否支援命令列模式。不支援自行百度。
ERROR BUILDING VIM on Ubuntu--Solution
ERROR BUILDING VIM on Ubuntu–Solution 1.Solution for no terminal library found checking –with-tlib argument… empty: automatic t
MDK錯誤:*** Error: CreateProcess failed, Command: 'D:\Keil\ARM\BIN40\fromelf.exe --bin --output ./outp
今天移植UCOSII作業系統的時候,使用別人寫好的程式,編譯後,突然發現所有的檔案編譯和連結都沒有任何的問題,但是生成不了.bin檔案。後面發現是因為我們的版本的編譯器用的太高。MDK5版本比較高的只能
Trousses d'outils SDK et de programmation pour AWS
AWS CodePipeline est un service d'intégration et de diffusion continues, qui permet un déploiement rapide et fiable de mises à jour d'appl
Error:NDK not configured. Download it with SDK manager
android studio問題:Error:NDK not configured. Download it with SDK manager. 解決方案: 解決方法: ①在你的local.properties檔案中新增你的ndk路徑 sdk.dir=D\:\\YAOWo
安裝Android時Could not find D:\Android\a...sdk-windows\tools\adb.exe
本人學習Android時 出現錯誤Could not find D:\Android\a...sdk-windows\tools\adb.exe。 百度發現解決方案為: 首先,改一下你的環境變數(如果你配過環境變數的話就執行這一步,如果沒有配置過的話就不用執行這一步,直