Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Target Platform is disabled in Xamarin Studio?

When creating a new project the target platform (Android) is already greyed out so can't proceed. Check the image, target platform is disabled

I have already linked SDK and NDK.

like image 946
shoayb Avatar asked Feb 25 '16 10:02

shoayb


People also ask

How do I change from platform target to x64?

To enable x64 as a CPU platform targetClick Configuration Manager. In the Configuration Manager dialog, open the Active solution platform drop-down list box and click <New> …. In the New Solution Platform dialog, select x64 in the Type or select the new platform drop-down list box.

What is Visual Studio target platform?

You can use any version of Visual Studio to target both 32-bit and 64-bit platforms. Visual Studio enables you to set up your application builds to target different platforms (processor architectures), such as x86 and x64. For 64-bit platform support for . NET development, see 64-bit applications. Note.


2 Answers

The Android check box will be disabled if you do not have Xamarin.Android installed or the Android addin is disabled in Xamarin Studio.

If you look in the log file (Help - Open Log Directory) it should provide more information.

like image 51
Matt Ward Avatar answered Sep 19 '22 05:09

Matt Ward


Run the installer again and check what you want: Xamarin.Android and Xamarin.iOS

like image 38
fredyfx Avatar answered Sep 18 '22 05:09

fredyfx