获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
调用这个方法init试下 public static synchronized void init(Context application, WMPFDevice wmpfDevice) { sApplicationContext = application; if (sWMPFDevice != null) { throw new IllegalStateException("WMPF Device been initialized"); } else { sWMPFDevice = wmpfDevice; setupInvokerBoot(application); } }
#VoIp WMPF v2.1.0 版本激活设备,报错package is not trusted?WMPF.getInstance().deviceApi.activateDevice() 使用上面方式激活设备报错:com.tencent.wmpf.cli.api.WMPFApiException: errType: 2, errCode: -1, errMsg: package is not trusted: cn.mashang.vscreen.base
07-11