Error deploying Xamarin android application in Visual Studio 2015

I am trying to make an empty Androidplatform app Xamarinin Visual Studio 2015. To do this, I installed VS2015with Xamarinand tried to make an application for Android. However, when I try to run it, it gives an error when deploying without displaying an error message, even if the assembly was successful. I am using an emulator (AVD) on 512 RAM.

I tried to clear the solution, rebuild and run as an administrator, but could not trace any errors. I also searched for SO for clues, but couldn't find.

Here is the error message

+4
source share
3 answers

: ? : Android Device Logging (Logcat)?

-: , .

Visual Studio 2015 "" nexus.

, "" . / , , : (.

, , . AVD

+3

. , .

0

You need to open ADB and try to connect to your emulator using ADB Connect (emulator IP address)

-1
source

Source: https://habr.com/ru/post/1629840/


All Articles