Will C/C++ libraries work on Android Phone -
What is the experience of anyone using JNI to call the original C / C ++ library in Android ? Is there a suitable environment for running C / C ++ libraries and if there is something special about the environment that you need to adjust? Thanks
I understand that the Android standard provides a subset of the standard C ++ runtime library example For Android, in the native code I think there are other restrictions besides this.
One complexity is that, while Android can contain many basic libraries, only some of them are considered sufficient to stabilize.
If your C library only uses them, you should be OK. C ++ support seems a little spotty.
Comments
Post a Comment