打自定义调试基座包成功,在项目中使用
let mBluetoothLe = uni.requireNativePlugin('xmBlueTool')
console.log(mBluetoothLe)
报错,还是提示基座不包含原生插件[xmBlueTool]
[JS Framework] 当前运行的基座不包含原生插件[xmBlueTool],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座
打自定义调试基座包成功,在项目中使用
let mBluetoothLe = uni.requireNativePlugin('xmBlueTool')
console.log(mBluetoothLe)
报错,还是提示基座不包含原生插件[xmBlueTool]
[JS Framework] 当前运行的基座不包含原生插件[xmBlueTool],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座