【发布时间】:2016-06-07 13:34:26
【问题描述】:
我想知道是否有人可以帮助我解决在我的 Xamarin Form 应用程序中在 Android 平台上初始化 ZXing 条码阅读器的问题。
我成功添加了 ZXing.Net.Mobile 和 ZXing.Net 库,但是当我尝试使用以下代码在 Android 平台上初始化 ZXing 库时:
global::ZXing.Net.Mobile.Forms.Android.Platform.Init();
找不到需要的类,报错:
The type or namespace name 'Net' does not exist in the namespace 'ZXing' (are you missing an assembly reference?)
我对 Android 项目的参考:
有没有人遇到过类似的问题?
【问题讨论】:
标签: android xamarin xamarin.forms zxing