Verify the project is selected to be deployed in the Solution Configuration Manager.解决方案

使用VS+Xamarin.Forms运行Android程序是报如下错误:

The project ProjectName.Droid needs to be deployed before it can be started.

Verify the project is selected to be deployed in the Solution

Configuration Manager.

这是因为在解决方案中没有设置启动部署项目,执行以下操作:

1. 右击解决方案;

2. 选择“配置管理器”;

3. 在配置管理器中勾选需要部署的项目后面“部署”复选框。

4. 运行,OK。

时间: 2024-10-10 14:57:23

Verify the project is selected to be deployed in the Solution Configuration Manager.解决方案的相关文章

Xamarin入门浅析

1. 安装 1) 使用标准安装流程(JDK1.6 -> Android SDK -> NDK -> Xamarin Studio -> Xamarin Visual Studio) 2) Android SDK Manager更改源,可时刻保持最新,一个镜像源地址:mirrors.neusoft.edu.cn:ubuntu.buct.cn:Port: 80,Android SDK的目录结构介绍,Android的一些相关资源 (http://ubuntu.buct.edu.cn/an

Project configuration is not up-to-date with pom.xml.错误

完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem 解决方案: 右键项目-->maven-->update project 出现新的错误 尝试修改web版本 失败 打

在 C# App 中嵌入 Chrome 浏览器使用 CefSharp

介绍 以前曾试过在app中整合一个可靠又快速的web浏览器吗? 在本文中,你会学到如何轻松地将奇妙的CefSharp网页浏览器组件(基于Chromium)集成到你的C# app中. 然后,你可以使用此web浏览器: 给用户提供一个集成的浏览体验 用HTML / JavaScript编程添加嵌入式界面 用于web自动化 CefSharp可靠,快速,完全开源,不需要任何额外的依赖就可以安装到最终用户(除VC ++ Runtime 2013以外). 在本指南中,我们将使用WinForms项目,但Cef

simplified build configuration

http://blogs.msdn.com/b/saraford/archive/2005/08/16/452411.aspx Did you know… That you can hide the solution and advanced build configurations Under Tools – Options – Projects and Solutions – General, there are options for both Always show solution a

Project Management Process

Project Management ProcessDescription .......................................................................................................................................................................................1STAGE/STEP/TASK SUMMARY LIST

leetcode 331. Verify Preorder Serialization of a Binary Tree

传送门 331. Verify Preorder Serialization of a Binary Tree My Submissions QuestionEditorial Solution Total Accepted: 10790 Total Submissions: 34071 Difficulty: Medium One way to serialize a binary tree is to use pre-order traversal. When we encounter a

【Android - 问题解决】之Android Studio在Refreshing Gradle Project卡住的问题

今天把Android Studio从2.2版本升级到了2.3版本,但是再打开以前项目的时候,就卡在 "Refreshing XXX Gradle Project" 这里不动了. 网上搜了一些解决方案,有的说FQ,有的说建本地服务器,但都觉得太麻烦,这里贴出一个自认为比较简单的解决方案. 首先来说一下为什么会出现这个问题:出现这个问题是因为Gradle因为种种原因需要下载或更新,而国内的情况想必大家都懂的,下不下来,因此就会卡在这里,一段时间之后,可能还会出现 "Connect

Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix

完整错误信息: Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem 解决办法: Project configuration is not up-to-date with pom.xml.

如何使用IntelliJ IDEA 14创建基于Maven3的Java Web Project

结合其他博主的一些文章,本文介绍了使用IntelliJ IDEA 14创建基于Maven3的Java Web Project 的步骤.同时也介绍了可能出现的错误以及解决方案. 环境介绍: 系统:OS X Yosemite (10.10.5) IDE :IntelliJ IDEA 14.1.4 Java :Oracle Java 1.8.0_51 Maven:3.3.3 创建步骤: 创建项目:Create New Project —> 设置SDK, 选择Maven, create from arc