HarmonyOS 鸿蒙Next API12使用CloudFoundationKit报错
HarmonyOS 鸿蒙Next API12使用CloudFoundationKit报错
在API12中使用CloudFoundationKit,在初始化时调用:
import { cloudStorage } from ‘@kit.CloudFoundationKit’;
import { cloudCommon } from ‘@kit.CloudFoundationKit’;
cloudCommon.init();//会报如下错误:
Error message:Cannot read property init of undefined
SourceCode:
cloudCommon.init();
let bucket: cloudStorage.StorageBucket = cloudStorage.bucket();//这个代码也会报错:
Error message:Cannot read property bucket of undefined
SourceCode:
let bucket: cloudStorage.StorageBucket = cloudStorage.bucket();
这个是什么原因导致的?
关于HarmonyOS 鸿蒙Next API12使用CloudFoundationKit报错的问题,您也可以访问:https://www.itying.com/category-93-b0.html 联系官网客服。
12 回复
你好 这个问题现在解决了吗 我也遇到了
希望HarmonyOS能继续推出更多实用的功能,满足用户的不同需求。
还没有j
我也碰到这个问题,您对此解决了么?
HarmonyOS的超级终端功能让我在家就能轻松控制家里的智能设备。
我也遇到了同样的问题,请问楼主解决了吗
一样的问题,请问解决了嘛
有要学HarmonyOS AI的同学吗,联系我:https://www.itying.com/goods-1206.html
个感觉是你的编译器用不了 api12