Replies: 3 comments
-
It's not by purpose that not support directly called by C++. The problem is that all non-exported symbols are hidden/stripped when we upload it to Maven Central to reduce binary size. If you need this functionality, you should build an MMKV native lib by yourself. |
Beta Was this translation helpful? Give feedback.
-
There are several ways to do it. https://gcc.gnu.org/wiki/Visibility
|
Beta Was this translation helpful? Give feedback.
-
You are right,but it seems that prefab can do this. |
Beta Was this translation helpful? Give feedback.
-
MMKV is a very good library,but I currently find that it cannot be called on Android native.It can only called through Java(athough it can be called using JNI).
But I think since the core is written in C++,why not support it direcylt?
platform:Android
Beta Was this translation helpful? Give feedback.
All reactions