.NET for Android error/warning ADB0010

Problematik

This message indicates that adb (Android Debug Bridge) reported an unhandled/unexpected error during APK installation. adb är en del av Android SDK och används internt av .NET för Android för att kommunicera med Android-emulatorer och enheter.

Lösning

Mer information om adbfinns i Android-dokumentationen.

Errors reported by adb are outside of .NET for Android's control, so a general error code of ADB0010 is used for unexpected errors related to APK installation. An error message of the form [INSTALL_FAILED_*] will emit this error code.

Implementeringsanteckningar

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