Delen via


.NET for Android error ADB0050

Voorbeeldberichten

error ADB0050: Package {packageName} already exists on device.

Probleem

ADB0050 is likely an error in the .NET for Android build chain, since it means there was an absence of the -r flag during the adb install command.

This message indicates that adb (Android Debug Bridge) reported an INSTALL_FAILED_ALREADY_EXISTS error. adb maakt deel uit van de Android SDK en wordt intern gebruikt door .NET voor Android om te communiceren met Android-emulators en -apparaten. Meer informatie over adb uit de Android-documentatie.

Solution

Overweeg een bug in te dienen als u deze waarschuwing onder normale omstandigheden krijgt.

Opmerkingen bij de implementatie

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