Sdílet prostřednictvím


.NET for Android error/warning ADB0000

Ukázkové zprávy

error ADB0000: error: no devices/emulators found

Problém

This message indicates that adb (Android Debug Bridge) reported an unhandled/unexpected error or warning. adb je součástí sady Android SDK a interně ji používá .NET pro Android ke komunikaci s emulátory a zařízeními s Androidem.

Řešení

Další informace najdete adbv dokumentaci k Androidu.

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.

Poznámky k implementaci

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.