Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This project needs to be migrated xamarin project

I built a Xamarin simple app project for android device. It's compiled and also run on my device, whereas after some times I faced an error. the error is:

"This project needs to be migrated."

and also I couldn't create new android Xamarin project. In fact, it's disappeared from new project section. What can I do??

enter image description here

like image 573
MrLibro Avatar asked Mar 07 '18 16:03

MrLibro


People also ask

Will .NET Maui replace Xamarin?

Forms. . NET Multi-platform App UI (MAUI) is a multi-platform technology for developing mobile (iOS and Android) and desktop (Windows and Mac) applications.

How do I open an existing Xamarin project in Visual Studio?

Open Visual Studio 2019 in your mac machine and see the left side top corner two options which are Open and New. You can click New option to create a new project and Open option to open an existing Xamarin project.

How is .NET Maui different from Xamarin?

. NET Multi-platform App UI (MAUI) is called the "evolution of Xamarin. Forms" by Microsoft because it lets developers create desktop apps in addition to the traditional Xamarin mobile targets, iOS and Android.


1 Answers

My issue was that "Mobile development with .NET" was not selected/installed in the Visual Studio Installer for VS2019 (coulda sworn I selected that when I moved from 2017 to 2019, but whatever). Once selected and installed, the migration warnings disappeared and I could run the projects.

like image 90
tnJed Avatar answered Oct 06 '22 08:10

tnJed