Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Проблема
This message indicates that adb (Android Debug Bridge) reported an unhandled/unexpected error during APK installation.
adb является частью пакета SDK для Android и используется в .NET для Android для взаимодействия с эмуляторами и устройствами Android.
Решение
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 ADB0010 is used for unexpected errors related to APK installation. An error message of the form [INSTALL_FAILED_*] will emit this error code.
Заметки о реализации
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.