Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add android build script #222

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Add android build script #222

wants to merge 11 commits into from

Conversation

jg-hot
Copy link

@jg-hot jg-hot commented Aug 3, 2024

Added an android subdirectory for building a prefab package and .aar with the Android NDK and gradle build system.

The build script supports building ready-to-use android library (.aar) via:
cd android/ && gradle assembleRelease

Tests may be run on a connected device or emulator via:
cd android/ && gradle ndkTest

See the included documentation in docs/android.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant