You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Georgy Treshchev edited this page Feb 21, 2022
·
14 revisions
Android Native is a plugin that makes it easy to call Java functions via JNI.
How to install
Select and download the release for the required engine version, extract the archive into your plugins project folder to get the following path: "[ProjectName] / Plugins / AndroidUtils".
Basic internal description
The plugin uses JNI (Java Native Interface) to communicate C++ with Java.