HarmonyOS 使用APi中方法程序不能运行?

使用如下方法:

call.makeCall('400 666 5969',(err: BusinessError) => {
  if (err) {
    console.error(`makeCall fail, err->${JSON.stringify(err)}`);
  } else {
    console.log(`makeCall success`);
  }
})

报错文本:

'makeCall' can't support crossplatform application
阅读 551
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进