Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Visual Studio 2017。我安装 Xamarin Android Player,并使用 Xamarin Android Player 启动我的应用程序,但我看到的只是模拟器,我的应用程序没有运行。这是解释的图片:
当您运行您的应用程序时,如果它运行没有任何错误并且没有在您的模拟器中打开,那么您需要检查部署选项是否为您的项目启用。要检查部署选项,请按照以下步骤操作: 1- 打开构建菜单 -> 单击配置管理器,弹出一个弹出窗口,如
http://prntscr.com/kel5xt
检查YourProjectName.Android的Deploy选项的复选框是否选中。