微軟宣布.NET開源:Visual 微軟開源軟件
2024-03-29
更新時間:2024-03-30 00:16:07作者:未知
最近一直在用Xamarin Mono For Android,因為國內(nèi)的資料太少,所以很多問題都需要自己動手去弄清除。前幾天,很多群友反映了不能打包(或Debug)APK文件的問題,提示是這樣的,錯誤:Could not create the Android package. See the Output (Build) window for more details.
Mono For Android !錯誤:Could not create the Android package. See the Output (Build) window for more details.
吾樂吧軟件站提醒大家,解決方法:
可能性1:可能是你的VS創(chuàng)建的項目路徑含有中文或其他雜亂數(shù)據(jù),建議直接創(chuàng)建在 D:/ 試試?。?/p>
2014年9月9日補充說明:
可能性2:錯誤詳情里面有這么一句話:找不到D:/Program Files/Android/android-sdk/tools//zipalign.exe
直接去這個目錄 D:/Program Files/Android/android-sdk/build-tools/20.0.0/zipalign.exe
PS:上面路徑中的20.0.0,換成你本地相應的路徑,反正有zipalign.exe就可以
拷貝zipalign.exe到D:/Program Files/Android/android-sdk/tools/zipalign.exe,然后重啟VS,接著重新編譯就可以了
2013年4月20日補充說明:
Deployment failed because of an internal error: Failure [INSTALL_FAILED_INVALID_URI]
如果大家發(fā)現(xiàn),路徑?jīng)]有中文目錄、特殊字符,但還是不能打包編譯,可能是因為你的APK文件已經(jīng)生成了,但是被其他程序占用(例如:你用騰訊手機管家正在使用你的APK文件),請結束其他的程序,確定沒有被占用,這樣就可以順利打包編譯了。