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

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

    • Select Solution & Right click.
    • Go to Manage Nuget packages for solution.
    • Go to updates.
    • if xamarin.forms is there, update it.

    You are ready to work with xamarin.forms :)

提交回复
热议问题