protected override void OnCreate(Bundle bundle)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
LoadApplication(new App());
}未解析新应用程序()捆绑包(Xamarin.Forms.Forms.Init,==> ) ==>。
每次我创建一个新项目时,我都会遇到这个问题。有什么建议请提出来。
发布于 2017-07-03 14:56:53
请参阅Michael Rumpler在https://forums.xamarin.com/discussion/62533/no-intellisense-in-cs-files-in-android-project上的最后评论
你应该
(1)构建你的安卓项目
(2)转到文件->关闭解决方案,但保持VS打开
(3)在同一VS实例中重新打开解决方案。
https://stackoverflow.com/questions/43019468
复制相似问题