xamarin android player, not starting within Visual Studio 2015

妖精的绣舞 提交于 2019-12-12 01:41:36

问题


I used Xamarin Studio and swapped over to Visual Studio for creating Android apps. Although my projects load perfectly, I can't debug them, whenever I click on build it succeeds but when it comes to starting the emulator it just does nothing.

This is the build log I got:

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

I got nothing more, no errors, no indication of doing anything.


回答1:


Deploy 0 indicates that your Project is not marked as deploy in the Build configuration. You can set it in the configuration manager that can be opened via Build > Configuration Manager ...



来源:https://stackoverflow.com/questions/36420268/xamarin-android-player-not-starting-within-visual-studio-2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!