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.

source
share