View Single Post
Old 04-24-2024, 07:58 PM   #4
Maimun Ahmed
Mr. Developer
Maimun Ahmed began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Feb 2024
Device: Kindle Voyage
Yeah, the same .so file. Firstly, I built the .so file with Golang selecting the OS as linux and architecture as 32 bit/386 (was getting an error in the emulator that 64 bit .so file is not supported).

Everything works fine in the emulator, the .so works exactly as expected but, my kindle says something like:

Code:
Failed to load dynamic library libs/libexample.so. No such file or directory.
As mentioned in the setupkoenv.lua, i am putting the file in the libs folder.
Maimun Ahmed is offline   Reply With Quote