The original MMKV is here https://github.com/Tencent/MMKV.
Sync with MMKV 1.3.9.
- Projects update, update to gradle8.7+ for latest android Studio support.
- Android15 16kb size changes NDK r27.
- git clone this project;
- Set Build Variant to StaticCppRelease:
- Never mind the active ABI;
- Click on "hammer" to compile and get aar here:
Window or Mac(arm) compiled successful.
同步MMKV 1.3.9的代码。
- 重新调整MMKV的工程以便适配gradle8.7+和最新的android Studio。
- 调整c/c++代码适配android15 16kb size NDK r27。
- 克隆工程;
- 设置Build Variant到StaticCppRelease;
- 不用管Active ABI。
点击锤子进行编译即可。最后在mmkv模块下,build/outputs/aar/ 找到aar文件。
Window编译成功,arm版mac编译成功。