KE
KE
  • 发布:2024-08-28 14:32
  • 更新:2024-08-28 15:08
  • 阅读:137

打自定义调试基座包成功,还是提示基座不包含原生插件[xmBlueTool]

分类:uni-app x

打自定义调试基座包成功,在项目中使用
let mBluetoothLe = uni.requireNativePlugin('xmBlueTool')
console.log(mBluetoothLe)

报错,还是提示基座不包含原生插件[xmBlueTool]
[JS Framework] 当前运行的基座不包含原生插件[xmBlueTool],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座

2024-08-28 14:32 负责人:无 分享
已邀请:
KE

KE (作者)

let mBluetoothLe = uni.requireNativePlugin('xmBlueTool')
console.log(mBluetoothLe)

打印出来也是undefined

KE

KE (作者)

需要自定义基座,问题忽略

要回复问题请先登录注册