Install Visual Studio Emulator for Android with VS 2015 Professional - visual-studio

I have installed VS 2015 Professional installed in my system and want to install VS Emulator for Android as I need it for Xamarin Android development but the setup doesn't seem to have an option for it(below screenshots). Can someone suggest how I can go about with this?

The Visual Studio Emulator for Android is installed with Visual Studio 2015 when you select Visual C++ for Cross Platform Development features.
If you update your VS 2015 to Update 3, you can also see the option Microsoft Visual Studio Emulator for Android:
The emulator can be launched from within Visual Studio 2015 from
Apache Cordova projects
C++ Native Activity (Android) projects
Xamarin Android projects
For Android development, you also need to install the Android SDK. And it is also suggested to create your own emulator with google service, for the emulator installed with VS, Hyper-V should be enabled, and for self-created emulator with Google service, Hyper-V should be disabled. Please refer to Windows Installation and Visual Studio Android Emulator to configure your environment for Xamarin Android development.

Related

Create Windows 8.1 Store App with Visual Studio

I am interested to port one of my windows applications so that I can distribute my app in the Microsoft Store. Target platform will
be Windows 8.1 because I am not running Windows 10.
I am using Visual Studio Community 2017. I tried to follow this guide from Microsoft
https://msdn.microsoft.com/en-us/library/mt203664.aspx
to create a Windows 8.1 Store app with Visual Studio but it seems that the described functionality is not available at
Visual Studio Community 2017. Also I cannot find any related Windows Store 8.1 Project Template at Visual Studio Community 2017.
So which is the latest available Visual Studio version which supports creating Windows 8.1. Store Apps?
Regards
Michael
Windows 8.1 Store app development is not available in Visual Studio 2017. You should use Visual Studio 2015 instead.

Can't create a project with Xamarin on Visual Studio

I'm having a problem with running the ios .cspoj file, when i want to start new project for iOS devices I get error that i have to install Xamarin. I have installed Xamarin program and still says that i need to install Xamarin for start ios project. I don't know what to do so i hope you guys can help me fix the problem.
Here is image of the problem
You said that you installed the "Xamarin program", but what exactly did you install? I cannot tell from your screenshot if you are using Visual Studio 2013 or Visual Studio 2015, but...
If you are using Visual Studio 2013, you will need to use the Xamarin Universal Installer(Just input your information and the file will be available to download).
If you are using Visual Studio 2015, then you can install Xamarin directly from within the Visual Studio 2015 installer window. Using Microsoft's guide from here you can:
...open Control Panel > Programs and Features, choose the Visual Studio 2015 item, and click Change. When the installer opens, click Modify
Check the following boxes:
Cross-Platform Mobile Development > C#/.NET (Xamarin)
For Windows 8+: Cross-Platform Mobile Development > Microsoft Visual Studio Emulator for Android
(Optional) If you plan on targeting Windows devices, also check Windows and Web Development > Universal Windows App Development Tools and/or Windows 8.1 and Windows Phone 8.0/8.1 Tools
Click the Install button
Once installation is complete... check for Xamarin updates through Tools > Options > Xamarin or Tools > Options > Xamarin > Other, where you’ll find a Check Now

Visual Studio Android Emulator does not appear in debug emulator list

I'm using visual studio 2015 update 2 and Tools For Apache Cordova Update 10.
I installed Visual Studio Android Emulator with Ms Installer but after installation it does not appears in debug emulators for android (and other platforms).
the project run in Ripple correctly
the vs emulator will start and run correctly , 3 virtual machines start correctly with no problem. (Tools > Visual Studio Emulator For Android)
but i can't see the VS Emulator for debugging in the list for my apache cordova project
The Emulators are based on Hyper-V, so the feature is not available all the time. If you use a 32Bit Windows or an 64Bit Windows, but the CPU misses VT-X, SLAT support you also can't use Hyper-V. Also Hyper-V is only part of the Pro or Enterprise edition, if you only use the Home Edition you're out of luck and have to upgrade to Pro.
If you support all requirements, try to repair the Visual Studio 2015 and also update to Update 3.

Integrate Xamarin components into VS 2015 Professional?

I have installed Visual Studio 2015 Professional and would like to know how/what should I download from the Xamarin website to integrate into VS 2015 Pro to develop Android apps with Xamarin.
Just download the universal installer from their website
During Visual Studio installation, you have the option to select C#/.NET(Xamarin) under Cross-Platform Development.
You can Modify/Repair the Visual Studio install and select Xamarin and any other components (e.g. Android SDK if it was not selected previously, although they can also be installed separately) and update the installation. Install details/reference here

error in running a app in visual studio

firstly I installed visual studio 2015 community. at the end of the installation the android sdk, ios and xamarin studio didn't downloaded correctly Message appeared.
then i was having an offline setup of xamarin studio only so i installed that successfully.
after that i created a new project by FILE->new project-> visual c# -> android ->blank app on visual studio.
now when i RUN it, there are many errors like :
Xamarin.Android for Visual Studio requires Android SDK. Please set Android SDK path on Tools->Options->Xamarin->Android Settings menu.
Since i installed only XAMARIN studio not android sdk, so can i install android sdk again externally just like i installed xamarin studio and if YES then How?
Try Update All the SDK because your project may required higher SDK to build
In Xamarin Studio, Open Tools--->Open Android SDK Manager----->Then install what is missing

Resources