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

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

    I have to combine some previous answers:

    • Reinstall Nugets (Xamarin.Forms)
    • Restart VS2019

提交回复
热议问题