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

后端 未结 16 1658
陌清茗
陌清茗 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

    1. Go to "Manage NuGet Packages...
    2. View in Installed Tab
    3. If Xamarine.Forms package exist, update it.
    4. If not Go to Browse tab find Xamarine.Forms and install it.

提交回复
热议问题