Unable to install Latest Xamarin Android Nuget Visual Studio 2013 - visual-studio-2013

I facing a problems when I want to update the Latest Xamarin Android Nuget Visual Studio 2013.
As below is the Photo.

You are running into a limitation with Xamarin.Forms and the Xamarin.Android Support NuGet packages. Xamarin Forms have a hard dependency on a specific version of the support packages and thus updating them will not work, you have to use the specific version that Xamarin.Forms expects:
https://developer.xamarin.com/guides/xamarin-forms/troubleshooting/#Error_Unable_to_find_a_version_of_Xamarin.Forms_compatible_with...
EX:
https://www.nuget.org/packages/Xamarin.Forms/
MonoAndroid 1.0
Xamarin.Android.Support.v4 (= 23.3.0)
Xamarin.Android.Support.Design (= 23.3.0)
Xamarin.Android.Support.v7.AppCompat (= 23.3.0)
Xamarin.Android.Support.v7.CardView (= 23.3.0)
Xamarin.Android.Support.v7.MediaRouter (= 23.3.0)
Thus with the current stable (2.3.0.107), you must only use the 23.3.0 version of the support libraries.

You have mentioned Xamarin.Android but the error relates to Xamarin.Forms, if you are using Xamarin.Forms try uninstalling all Xamarin related packages, reinstall Xamarin.Forms first and then each page from this screenshot you need one by one. Give that a shot.

Related

Error : Could not find or load main class com.xamarin.androidx.jetifierWrapper.Main

After updating the visual studio to the latest version i'm facing the below mentioned error.
Could not find or load main class com.xamarin.androidx.jetifierWrapper.Main xx.xx.Droid
tried below mentioned points without any luck:
Deleted all package folder and restored
Updated the package to latest available version (XF to 5.0)
Uninstalled visual studio and re-installed
Re installed the Android SDK
Deleted Bin-Obj, clean and rebuild multiple times
Using the below mentioned Visual studio and package version:
Microsoft Visual Studio Professional 2019
VisualStudio.16.Release/16.11.8+32002.261
Microsoft .NET
Framework Version 4.8.04084
Xamarin 16.11.000.197
(d16-11#6934992)
Xamarin.Android SDK 12.0.0.3 (d16-11/f0e3c2d)
Package:
xamarin.android.support.xx version : 28.0.0.3 targetFramework="monoandroid10.0"
Xamarin.AndroidX.Migration version : 1.0.8
Please let me know if anyone have any suggestion/solution.
Thanks

How to downgrade Xamarin.ios in mac machine?

when i updated the visual studio version 8.4.1 in my mac it automatically updated the xamarin.ios to latest version then some of the functionality like search bar not working in build.I need to downgrade the Xmarin.ios Please help me how can i do it?
Visual Studio for Windows
Downgrading Xamarin.iOS to the version 10.12 in Visual Studio means that you need to downgrade VS to the version 15.3.
You need to contact the support team for the download link since they provide only the link for the version N-1.
I'll just leave the links, they may be useful to someone.
For Xamarin Studio:
It's possible, either downloading Xamarin.iOS from here:
https://dl.xamarin.com/MonoTouch/Mac/xamarin.ios-10.12.0.18.pkg
or directly from the repository, which contains every version:
https://github.com/xamarin/xamarin-macios/releases

Missing Android version in Visual Studio after installing SDK

So I'm working on an Android application using Xamarin with Visual Studio Community version. The target platform is Android 7.1, however, after installing the SDK for this platform, Visual Studio does not show the option to target this version. I'm wondering if there is a step I'm missing, although the Xamarin instructions say that it should be available after installing.
If you see on this image of the project properties, I can't choose anything other than Android 6.0
Solution Properties
And I've installed the 7.1 SDK from the Android SDK Manager
Android SDK Manager
Any extra steps or work arounds that you can think of? Thanks!

Installing another instance of android studio on Mac

On a Mac, I have Android studio 1.2 installed.
I want another separate Android studio version 1.5.1 (the latest one) installed on my system.
Is it possible ? If yes, any leads on how to ?
Yes, It is possible. I don't have any experience of installing android studio but I am using Mac and I have been doing like this with installing Xcode. Just give the name what your software version is and copy it in application. Hope you got it.

Mono android not working?

I my visual studio 2010 i add mono android.And i installed android sdk and java sdk.But it always shows
'C:\Users\Dell\AppData\Local\Android\android-sdk\platforms\android-8'.
Ensure you have installed support for this Android platform version in
the Android SDK Manager. C:\Users\Dell\documents\visual studio
2010\Projects\MonoAndroidApplication1\MonoAndroidApplication1\aresgen MonoAndroidApplication1
How to slove this?
Start Android SDK Manager either from inside Visual Studio or from the location "C:\Users\Dell\AppData\Local\Android\android-sdk\tools\android.bat".
Once its done loading packages... checkmark "Android 2.2 (API8)" to install support and your error will be resolved.
Alternatively, if you are not planning to support Android 2.2 and are fine with the latest Android version, then in Visual Studio, go to Project Properties >> Application and change the API to whatever API you want.

Resources