it seems so files can't be just copied into the game path for android (for Lua https, which is kinda strange, because in the error message it says it even checks for https.so).
How then do I put it in the love2D/love-android project. Where does it go?
The risk I took was calculated,
but man, am I bad at math.
If you have lots of questions about Android usage you might be better off joining the Discord server, the primary Android maintainer doesn't visit the forums super frequently.
Hi, you would find interesting this: https://github.com/9912/moonvox/blob/master/moonvox.lua
you can check how to load an .so library onto android using ffi, however, make sure this .so comes from an android version of the program you want to run
slime wrote: ↑Mon Sep 30, 2024 7:47 pm
If you have lots of questions about Android usage you might be better off joining the Discord server, the primary Android maintainer doesn't visit the forums super frequently.
Discord isn't supported well in my country. (It's hard to get a connection to it).
I made a new topic that's pretty straight forward. I found all the instructions I missed on making lua-https work but it still doesn't compile, like I didn't even change anything.
The risk I took was calculated,
but man, am I bad at math.