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.

  • Libm (Mathematical Library) header
  • JNI interface header
  • LiboZ (Zlib compression) header
  • Login (Android logging ) Header
  • A minimum set of headers for C ++ support
  • If your C library only uses them, you should be OK. C ++ support seems a little spotty.


    Comments

    Popular posts from this blog

    oracle - The fastest way to check if some records in a database table? -

    php - multilevel menu with multilevel array -

    jQuery UI: Datepicker month format -