我们正在开发一个带有条码扫描功能的安卓应用程序。我们正在使用 EMDK 进行条码扫描。我们的应用程序在 Zebra Mobile 手持设备 (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 工作配置文件中运行时发生