Partager via


.NET for Android error/warning ADB0000

Exemples de messages

error ADB0000: error: no devices/emulators found

Problème

This message indicates that adb (Android Debug Bridge) reported an unhandled/unexpected error or warning. adb fait partie du Kit de développement logiciel (SDK) Android et est utilisé en interne par .NET pour Android pour communiquer avec les émulateurs et les appareils Android.

Solution

To learn more about adb, see the Android documentation.

Errors reported by adb are outside of .NET for Android's control, so a general error code of ADB0000 is used for unexpected errors reporting the exact message coming from adb.

Remarques relatives à l’implémentation

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