Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See topic “Compile the shared library with CMake” for more information.
Android: Java and C++ synergy

7. C++ Modules - Load the shared library with System.LoadLibrary()

See topic “Load the shared library with System.LoadLibrary()” for more information.
Android: Java and C++ synergy

8. C++ Modules - Call native method to load C++ module inside Java host application

It is necessary to load all C++ modules before any features become active.

...