Android Native
Documentation for the Android Native plugin.
📄️ Overview
Android Native Documentation
📄️ How to call Java method
The syntax for calling a Java method from C++ is the following:
📄️ List of supported arguments
Here are the supported Java and C++ types that are automatically converted.
📄️ Custom arguments
To pass custom arguments in Java, you can use the following structures:
📄️ Troubleshooting
It is often necessary to delete the Binaries and/or Intermediate folders of the project and the plugin in order for the Java files to be up to date.