다음을 통해 공유


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 에뮬레이터 또는 디바이스에 가득 차 있음을 의미합니다.

이 메시지는 (Android 디버그 브리지)에서 INSTALL_FAILED_INSUFFICIENT_STORAGE 또는 INSTALL_FAILED_MEDIA_UNAVAILABLE 오류를 보고했음 adb 을 나타냅니다. adb 는 Android SDK의 일부이며 Android용 .NET에서 Android 에뮬레이터 및 디바이스와 통신하는 데 내부적으로 사용됩니다. Android 설명서에서 자세히 adb 알아보세요.

해결 방법

추가 스토리지를 위해 애플리케이션을 제거하거나 SD 카드를 추가하는 것이 좋습니다.

구현 참고 사항

디버깅 및 "빠른 배포"와 같은 기능이 Android용 독점 .NET 추가에서 구현되기 때문에 오픈 소스 https://github.com/xamarin/xamarin-android 리포지토리의 어떤 기능도 ADB0060 내보내지 않습니다.