-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
鸿蒙Next纯血版本如何接入mmkv? #1261
Comments
The official support of MMKV for OpenHarmonyOS is under construction. You can wait for it. |
预估多久面市? |
I can't say for sure. Eventually, it should be released before the next big event of the OHOS Next. |
Does the big event mean WeChat porting to OHOS? |
The undergoing work can be found in the branch dev_openharmony. It's still in an early stage. |
24年年底之前绝对上线🤪 |
For those who would try, it's live on OHPM. https://ohpm.openharmony.cn/#/cn/detail/@tencent%2Fmmkv |
牛啊牛啊 |
最新测试结果,真机一样有问题 |
What's the log from hilog? |
04-19 09:06:29.479 43415-43415 A03D00/JSAPP pid-43415 I Callee constructor is OK string |
I see. There's a bug in import { MMKV, MMKVLogLevel } from '@tencent/mmkv';
let appCtx = this.context.getApplicationContext();
MMKV.initialize(appCtx, MMKVLogLevel.LevelInfo); |
It's fixed in "@tencent/mmkv": "1.3.5-alpha". |
It's released in v1.3.5. |
原先想通过编译成CPP引入,但是那一块不太熟悉,原先打算用CMake编译后去接入,但是搞不明白
The text was updated successfully, but these errors were encountered: