Zebra EMDK Components 文件夹不可见 - Visual Studio 2017

Zebra EMDK Components folder not visible - Visual Studio 2017

我正在使用 Visual Studio 2017 社区版,我已经从 Nuget Gallery 安装了 EMDK 插件。当我重新启动 Visual Studio 时,它会在工具栏(顶部栏)中显示 EMDK 选项,但是当我创建一个新项目时,COMPONENTS 文件夹不可见。 感谢你的帮助。 谢谢。

Nuget 库中没有 EMDK 插件(目前),我猜你指的是 EMDK visual Studio 插件。您是否还安装了工具栏中提供的 Xamarin 组件? http://techdocs.zebra.com/emdk-for-xamarin/2-6/guide/component/install/, that should install the Xamarin component locally on the machine. Alternatively, you can use one of the existing samples as a template: http://techdocs.zebra.com/emdk-for-xamarin/2-6/samples/

我知道 Xamarin 正在远离组件存储,这可能是组件文件夹默认不可见的原因,也许您需要从 Nuget 安装一些其他 Xamarin 组件才能显示该文件夹。 EMDK 正在转移到 Nuget,但这可能需要几个月的时间。

更新: 如其他答案中所述,EMDK 现在可作为 Nuget 的测试版使用,详见 Zebra 网站:http://techdocs.zebra.com/emdk-for-xamarin/2-7/guide/nuget/

他们似乎仍处于将 EMDK 组件转换为 Nuget 包的测试阶段。幸运的是,他们提供了一些关于如何下载/添加本地 Nuget 提要以引用他们的包的简单说明。

http://techdocs.zebra.com/emdk-for-xamarin/2-7/guide/nuget/

总结

  1. 下载 Beta Nuget 包(link 在上面提供的文章中)
  2. 创建 Nuget 提要以指向本地文件系统
  3. 将 EMDK 引用添加到项目