Search found 2 matches
- Fri Jan 13, 2017 12:50 am
- Forum: Support and Development
- Topic: External Libraries with Love Android
- Replies: 4
- Views: 2557
Re: External Libraries with Love Android
Well of course you can't run x86 binary code on ARM processor, the same way you can't run PlayStation games on XBox - it's pretty basic thing to know about cross platform distribution, that each platform requires its own build. What you need to do is download source code for your packages and build...
- Fri Jan 13, 2017 12:00 am
- Forum: Support and Development
- Topic: External Libraries with Love Android
- Replies: 4
- Views: 2557
External Libraries with Love Android
Hello, I would like to know how I can run external libraries on android, I installed libraries using luarocks on my PC, then I copied the files into my directory inside a lib/ folder and changed the requirepath and cpath, I then sent my files to mobile using an FTP server and opened the lua file wit...