无法在 Android 平台上初始化 ZXing - Xamarin Forms 应用程序
Unable to init ZXing on Android platform - Xamarin Forms application
我想知道是否有人可以帮助解决我在 Xamarin Form 应用程序中 Android 平台上初始化 ZXing 条码 reader 的问题。
我成功添加了 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 项目的参考资料:
有没有人遇到过类似的问题?
我已将 ZXing.Net.Mobile
和 ZXing.Net.Mobile.Forms
库更新到版本 2.1.0-beta1
,问题已解决。
我想知道是否有人可以帮助解决我在 Xamarin Form 应用程序中 Android 平台上初始化 ZXing 条码 reader 的问题。
我成功添加了 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 项目的参考资料:
有没有人遇到过类似的问题?
我已将 ZXing.Net.Mobile
和 ZXing.Net.Mobile.Forms
库更新到版本 2.1.0-beta1
,问题已解决。