小编Boo*_*man的帖子

无法访问依赖组件 - EMDK 条形码 - Android 工作配置文件 - Xamarin

我们正在开发一个具有条形码扫描功能的 Android 应用程序。我们使用 EMDK 进行条码扫描。我们的应用程序在 Zebra 移动手持设备 (MC33) 中运行。

我们目前面临的问题是,当应用程序在工作配置文件中运行时,应用程序中没有发生条形码触发(https://support.google.com/work/android/answer/6191949?hl=en),但它是在非工作配置文件中正常工作。我们尝试解决该问题,发现以下代码

EMDKResults results = EMDKManager.GetEMDKManager(Application.Context, this);

正在返回FAILURE并且ExtendedStatusMessage"Failed to access dependent component."

此后我们无法继续。请帮助我们如何解决这个问题。

注意:只有当应用程序在 Android 工作配置文件中运行时才会发生这种情况

android xamarin.android xamarin android-work-profile

5
推荐指数
1
解决办法
1381
查看次数