Freigeben über


.NET for Android error ADB0060

Beispielnachrichten

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.

Thema

ADB0060 means that the internal or external disk space is full on your Android emulator or device.

This message indicates that adb (Android Debug Bridge) reported an INSTALL_FAILED_INSUFFICIENT_STORAGE or INSTALL_FAILED_MEDIA_UNAVAILABLE error. adb ist Teil des Android SDK und wird intern von .NET für Android für die Kommunikation mit Android-Emulatoren und -Geräten verwendet. Erfahren Sie mehr über adb in der Android-Dokumentation.

Lösungen

Consider uninstalling applications or adding an SD card for additional storage.

Implementierungshinweise

Note that nothing in the open source https://github.com/xamarin/xamarin-android repository emits ADB0060, as features such as debugging and "fast deployment" are implemented in the proprietary .NET for Android additions.