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
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.
The project could use a set of instructions for how to build for android distribution, preferably also statically link into the love2d binary itself.
The text was updated successfully, but these errors were encountered: