Search found 3 matches
- Fri Dec 13, 2024 1:45 am
- Forum: Support and Development
- Topic: How to use Lua FFI on Android with custom .so's Packaged on the .love
- Replies: 3
- Views: 791
Re: How to use Lua FFI on Android with custom .so's Packaged on the .love
Thanks so much for the link! I'd thought about doing just that as I was learning about how android handled data but did not have the confidence or technical knowledge to go through with it. I'll definitely be trying this soon. Thanks so much
- Wed Dec 11, 2024 7:47 pm
- Forum: Support and Development
- Topic: WebSocket on love-android
- Replies: 5
- Views: 3058
- Wed Dec 11, 2024 7:43 pm
- Forum: Support and Development
- Topic: How to use Lua FFI on Android with custom .so's Packaged on the .love
- Replies: 3
- Views: 791
How to use Lua FFI on Android with custom .so's Packaged on the .love
I've used android NDK to make compile shared libraries which I intend to run on Love2d. They work fine and their code is fine. The problem comes into play because I don't know proper way to use ffi.load argument, I've tried the name of the library, no extension, with, with source path and putting it...