閱讀英文

共用方式為


適用於 Android 的 .NET 錯誤ADB0060

範例訊息

error ADB0060: There is not enough storage space on the device to store package: {packageName}. Free up some space and try again.
error ADB0060: There is not enough storage space on the device to store package: {packageName}. Free up some space or use an SD card and try again.

問題

ADB0060表示 Android 模擬器或裝置上的內部或外部磁碟空間已滿。

此訊息指出 adb (Android Debug Bridge) 回報INSTALL_FAILED_INSUFFICIENT_STORAGE或INSTALL_FAILED_MEDIA_UNAVAILABLE錯誤。 adb 是 Android SDK 的一部分,由適用於 Android 的 .NET 內部用來與 Android 模擬器和裝置通訊。 從Android檔深入瞭解adb

方案

請考慮卸載應用程式或新增 SD 記憶卡以用於其他記憶體。

實作注意事項

請注意,開放原始碼 https://github.com/xamarin/xamarin-android 存放庫中沒有任何專案會發出ADB0060,例如偵錯和「快速部署」等功能會在Android的專屬 .NET 新增中實作。