无法使用 Visual Studio 打开清单编辑器
Can't open Manifest editor with Visual Studio
我以前用 Eclipse 编程,我在 Visual Studio 开始用 Xamarin。问题是,当我尝试编辑清单时,它会使用纯文本编辑器打开:
但是,当我学习任何教程时,清单都是这样打开的:
怎么打开像第二张图一样的Manifest?
提前致谢。
What can I do to open the manifest with the Manifest like the second image?
您发布的屏幕截图显示了应用程序的属性编辑器。可以通过:"right click your project->properties->AndroidManifest".
打开
我以前用 Eclipse 编程,我在 Visual Studio 开始用 Xamarin。问题是,当我尝试编辑清单时,它会使用纯文本编辑器打开:
但是,当我学习任何教程时,清单都是这样打开的:
怎么打开像第二张图一样的Manifest?
提前致谢。
What can I do to open the manifest with the Manifest like the second image?
您发布的屏幕截图显示了应用程序的属性编辑器。可以通过:"right click your project->properties->AndroidManifest".
打开