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

Android Build Instructions #20

Open
OvermindDL1 opened this issue Aug 18, 2017 · 2 comments
Open

Android Build Instructions #20

OvermindDL1 opened this issue Aug 18, 2017 · 2 comments

Comments

@OvermindDL1
Copy link

The project could use a set of instructions for how to build for android distribution, preferably also statically link into the love2d binary itself.

@keharriso
Copy link
Owner

This is currently beyond my knowledge. If anyone could chime in here, your input is welcome.

@MikuAuahDark
Copy link
Contributor

MikuAuahDark commented May 6, 2020

Please check out build instruction of my old Live2D bindings for LOVE https://github.com/MikuAuahDark/Live2LOVE#android

Basically you have to build static library of love-nuklear, mark it as prebuilt, then tell LOVE Android.mk to use that (prebuilt) library and tell love.cpp to import it as package.preload.

Sadly that's the only way to do it since Android 7 and later as require can't work when loading external libraries due to dlopen restrictions.

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

No branches or pull requests

3 participants