Page 1 of 1
Adding .so files for Android
Posted: Mon Sep 30, 2024 5:31 pm
by Gunroar:Cannon()
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?
Re: Adding .so files for Android
Posted: Mon Sep 30, 2024 7:47 pm
by slime
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.
Re: Adding .so files for Android
Posted: Sun Oct 06, 2024 4:10 pm
by 9912
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
Re: Adding .so files for Android
Posted: Mon Oct 07, 2024 6:45 pm
by Gunroar:Cannon()
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.