IDE0006 Error running Xamarin Android project in Visual Studio

这个报错一般发生在刚创建了一个cross-platform时候发生;

解决方法:

  1. 在解决方案上右击--管理解决方案的nuget程序包;
  2. 选择更新标签--勾选xamarin.form--然后点击更新按钮(其他的不要勾选);
  3. 上一步需要些时间,耐心等待更新完成,之后关闭visual studio,重启visualstudio;
  4. 接着在解决方案上右击--清理解决方案和重新生成解决方案;
  5. 在Android那个项目下找到引用点击,找到System.ObjectModel这个然后右击移除
  6. 完成;
时间: 2024-10-04 06:12:56

IDE0006 Error running Xamarin Android project in Visual Studio的相关文章

GetBuiltProjectOutputRecursive error running Xamarin Forms iOS on Visual Studio

Seems like I get this weird problem while running Xamarin.iOS on Visual studio. This happened after I updated to the latest Xamarin (today). I have connected to my Mac though. I tried to Google it, no answer... "error MSB4057: The target "GetBui

error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found

I want to run some programs of vs2012 on the vs2013 ,however some errors as follows: first time the error is : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' you can do that as fllows : project ->project prop

error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110')

编译平台工具集选择错了,VS2012程序在打开的时候,默认是使用V110编译平台工具集,而V110是VS2012的编译平台,你电脑里没有安装此平台工具集,故提示此错误.  你可以打开项目属性,把平台工具集改一下即可. error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110')

Xamarin 安装教程 支持Visual Studio 2013

本文的前提是你已经正确的安装了VS 2013.本文的所有步骤在Win7 Ultimate 64系统上测试通过,支持VS 2013,我用的版本是VS 2013 update2. 1.      下载所需要的各种东西: a)        JDK:jdk-6u45-windows-i586.exe b)        Android SDK:http://dl.google.com/android/installer_r22.6.2-windows.exe d)        http://down

【Xamarin报错】visual studio android 模拟器部署卡住

模拟器启动成功,但是部署一直等待中,没有反应. 1>Starting deploy 5" KitKat (4.4) XXHDPI Phone ...1>Starting emulator 5" KitKat (4.4) XXHDPI Phone ...1>Validating emulator arguments...1>Determining if emulator is already running...1>Emulator is already r

Visual Studio + C# + Xamarin = iOS/Android/Windows Apps

Visual Studio 跨平台開發實戰 (1) -- Hello Xamarin! 前言 應用程式發展的腳步,從來沒有停過.從早期的 Windows 應用程式, 到網路時代的 web 應用程式,再到近幾年相當盛行的行動裝置應用程式 (Mobile Application),身為 C# 的開發人員與 Visual Studio 的使用者,除了開發 Windows Phone 與 Windows Store App 外,如果能夠讓你使用 C# 及 Visual Studio 熟悉的開發環境來開發

Visual Studio跨平台开发(1):Hello Xamarin!

前言 应用程序发展的脚步, 从来没有停过. 从早期的Windows 应用程序, 到网络时代的web 应用程序, 再到近几年相当盛行的行动装置应用程序(Mobile Application), 身为C#的开发人员与Visual Studio的使用者. Windows Phone与Windows Store App的开发是否已满足不了你了呢? 如果能夠让你使用C#及Visual Studio 来开发iOS及Android的app. 是否能再度唤醒你的开发魂? Xamain 正是为了这样的需求而诞生的

Introducing Visual Studio’s Emulator for Android

原文地址 Microsoft released Visual Studio 2015 Preview this week and with it you now have options for Android development: C++, Cordova, and C# with Xamarin. When choosing one of those Android development options, Visual Studio will also install the bran

Introducing Visual Studio’s Emulator for Android

visual studio 2015支持Android开发了. Microsoft released Visual Studio 2015 Preview this week and with it you now have options for Android development. When choosing one of those Android development options, Visual Studio will also install the brand new Vi