Mono For Android Visual Studio 2010 Plugin Download

Posts

  • You have to re-install Mono for Android, which installs the plug-in for VS2010.

  • edited December 2012
    0
  • No, it seems you don't understand what you are doing.

  • 0
  • If you had installed Mono for Android prior to installing VS2010 the plug-in for VS2010 was not installed. Hence you have to run the Mono for Android installer again to install the plug-in, is it that hard to believe?

  • No not at all, but the real challenge is to perform re-installation. It's quite a big installation and I did that twice to get the results.

    Wondering if the VS2010 plugin is alone available as an addon or patch.

    Least I will try what you suggested.

    Best,
    -Danish.

  • Ok, I've re-installed the entire package but still can't see addin for Visual Studio? any idea.

  • Alright, I've got the clue that why it's not working. As I am running Visual Studio 2010 Express which doesn't provide addon/plugin support.

About

Contains all templates for creating a Plugin for Xamarin including Xamarin.iOS, Xamarin.Android, and UWP. Creates a single library using multi-targeting supported in Visual Studio 2017 to easily create cross platform library. Overview Q & A Rating & Review. Java developer using Android Studio or Eclipse with ADT? We’ve got you covered with our standalone installer that you can use to acquire our emulator without Visual Studio. Just open up the Visual Studio Emulator for Android entry in your Start Menu, hit play, and the emulator is ready to debug from any IDE. Download the standalone emulator.

This Visual Studio 2010 extension will enable you to open and compile MonoTouch projects withouthaving to modify the .cproj file. The extension makes Visual Studio 2010 recognize the projecttypes created by MonoTouch. It will also make sure any XIB files are ignored by Visual Studiowhen compiling the project.

This extension will only let you to open and compile MonoTouch projects.You will not be able to run your MonoTouch projects from Visual Studio, to do this youstill need to use the official MonoTouch tools on a Mac.

The purpose of this project is to make cross-platform mobile development easier.The extension will enable MonoTouch developers to use familiar tools such as ReSharper andVisual Studio when editing code. You can also use the [Project Linker Synchronization Tool](http://msdn.microsoft.com/en-us/library/ff921108(v=pandp.20.aspx)to automatically keep Windows Phone, Mono for Android and MonoTouch class libraries in sync.

Installation

Android app with visual studio
  1. Download and run the vsix-packagefrom the github page.

  2. Copy the MonoTouch binaries from your Mac development environment to your Visual Studio 2010 development environment.Copy all the files from /Developer/MonoTouch/usr/lib/mono/2.1/ on your Mac toC:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv1.0 on your PC.

  3. Add a RedistList-folder under your newly created v1.0-folder.Download the FrameworkList.xml file and add it to the RedistList-folder.

Why the v1.0 folder?

The reason for the '.NETFrameworkv1.0' location on your PC is how MonoTouch specify the<TargetFrameworkVersion>v1.0</TargetFrameworkVersion> in the .cproj file.If the <TargetFrameworkIdentifier> isn't specified Visual Studio will default to .NETFramework,which will make Visual Studio look for reference assemblies in the v1.0 folder.If you don't copy your MonoTouch files to this directory Visual Studio will complain that theTarget Framework is not installed.

A note on mscorlib.dll

The MonoTouch templates does not include an explicity reference to mscorlib.dll. The defaultbehavior of Visual Studio 2010 is that all projects contain an implied reference to mscorlib.dll.The problem is that the implied version of mscorlib.dll is different from the MonoTouch mscorlib.dll,which will give you warnings in the editor. The project will compile just fine without the reference.

Android sdk visual studio

The other problem is how Visual Studio 2010 will not let you add a new reference to mscorlib.dll as itallready have that reference implied. The way to work around this is to add it manually by editing the .csproj file.

For

Visual Studio will now pick up the MonoTouch version of mscorlib.dll, and the project will still buildjust fine in MonoDevelop. The next update of the extension will enable you to automatically add thisreference if missing.

Credit

Mono For Android Visual Studio 2010 Plugin Download Torrent

The MonoTouchFlavorProjectFactory is based on Jamie Briant's implementation.