The type or namespace name 'Xamarin' missing error in Xamarin Studio

后端 未结 16 1642
陌清茗
陌清茗 2020-12-15 04:21

I\'m getting this error:

\"MyApp\\App.cs(7,7): Error CS0246: The type or namespace name \'Xamarin\' could not be found (are you missing a using di

16条回答
  •  攒了一身酷
    2020-12-15 04:28

    Do the following:

    1. Go to Manage NuGet Packages for Solution
    2. Remove Xamarin.Forms
    3. Reinstall Xamarin.Forms

提交回复
热议问题