Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.1k stars 1.88k forks source link

鸿蒙导入MMKV初始化崩溃 #1298

Closed apple130 closed 2 months ago

apple130 commented 2 months ago

鸿蒙导入MMKV初始化崩溃我的电脑是Mac M1芯片的和这个有关系吗 用的是模拟器不是真机 截屏2024-05-11 16 49 31 截屏2024-05-11 16 49 42 截屏2024-05-11 16 51 14

lingol commented 2 months ago

Likely, your simulator is not API 12. You can check if that's true. If so, upgrade to API 12.

apple130 commented 2 months ago

这个不能支持API 11吗

lingol commented 2 months ago

We started from API 12 targeting HarmonyOS NEXT, which will be released at least from 12. So no, API 11 is not in our plan.